Posts by Igor Rech • 13 points
1 post
-
1
votes1
answer665
viewsQ: How to add counter to every if of my simple code
#include <stdio.h> #include <stdlib.h> int main() { float x,y; char k; do{ printf("Este Programa indica o quadrante no plano cartesiano\n"); printf("Entre com o valor de x:");…