Posts by Gabriel Muniz • 1 point
1 post
-
-2
votes0
answers16
viewsQ: Accurate puts counter when reaching determined how much vote issue result and adc function that closes program
#include<stdio.h> #include<stdlib.h> #include<string.h> main(){ int n, b, p1, p2, p3, t, opc, c1, c2, c3; printf(" Digite 1 para votar no candidato 1! Digite 2 para votar no…