Posts by Matheus S. Gomes • 13 points
2 posts
-
1
votes5
answers114
viewsQ: Logical error while using If/Else
I’m trying to get my program to identify a triangle and tell me if it’s equilateral, isosceles, or scalene. I’m a beginner in the C language, so I created a structure with If/Else to analyze the…
casked Matheus S. Gomes 13 -
-1
votes1
answer84
viewsQ: Difficulty with If/ Else
Hello! How are you? I’m having a problem when I run my program, it’s a program to calculate four medias and divide by four, and it’s necessary to do this using If and Else, but when I run it, the…