Posts by Valter Vinicius • 17 points
2 posts
-
0
votes1
answer60
viewsQ: Difficulties with Arrays
Hello, Good Afternoon. I am a computer student and I am having difficulties with a part of a code, which is for the delivery of a work of my course. void criar_cliente() { /// Número do dia do…
-
0
votes1
answer40
viewsQ: You need to indicate how many times the highest number has been read, but you’re not counting that
I’m not finding out how many times a certain higher number has been read. #include <stdio.h> int main (){ int i, num, maior = 0; printf ("Ao finalizar, digite '00', sem aspas, para obter o…