Posts by Matheus Accetta • 1 point
1 post
-
-4
votes3
answers92
viewsQ: Beginner Language Error C Code Blocks
#include <stdio.h> #include <stdlib.h> int main(); {int dinheiro = 200}; int r$100, r$50, r$20, r$10, r$5, r$2, r$1; int inter; while(dinheiro > 0) { if (dinheiro >= 100) { r$100 =…
casked Matheus Accetta 1