Posts by Rafael Lapenta • 11 points
1 post
-
1
votes1
answer75
viewsQ: Getting Started in Programming
I worked out a very simple algorithm, but I’m not able to do the same. Follows: #include <stdio.h> int num1, num2, soma, multiplicacao; int main(){ printf("informe primeiro número: ");…