Posts by Lucas Silva Dias • 1 point
1 post
-
-3
votes1
answer153
viewsQ: I’m having trouble with my C algorithm
I created a calculator: include stdio.h include stdlib.h include locale.h int main(void){ system("color 0a"); float num1, num2; char op; setlocale(LC_ALL, "portuguese"); while(1){…
casked Lucas Silva Dias 1