Posts by Mateus Eleuterio • 11 points
1 post
-
-1
votes1
answer66
viewsQ: Function does not return the value I want
#include<stdlib.h> #include<stdio.h> int calculo(int pontos, int placar1, int placar2); int main() { int c; int placar1, placar2; char bet1n[30], bet2n[30], bet3n[30], bet4n[30],…
casked Mateus Eleuterio 11