Posts by Marcos Adriano • 11 points
1 post
-
1
votes5
answers192
viewsA: Code executes a line that should be conditional
You don’t need to put parameters in Else, see an example where it would make sense to use more than one if and how it would be done: if(a>5){ printf("a é maior que 5); } else if (a < 5){…