Posts by Miller Ferreira • 11 points
1 post
-
1
votes2
answers77
viewsQ: Doubt about switch
I would like the switch show me the sum if I choose case 1 as follows the code, but it does not perform the operations. #include<stdio.h> int main() { int a,b; int operacao; int soma = a + b;…