Posts by Cauã Vilte • 25 points
2 posts
-
1
votes1
answer35
viewsQ: Program does not run without reading the contents of the variable
I am creating a simple program for a college job, which reads 2 numbers, an arithmetic operator and returns the result of that operation. But it turns out that after printing on the screen "type the…
casked Cauã Vilte 25 -
1
votes1
answer223
viewsQ: Program does not wait to read the received content
I’m creating a program that reads the student’s name, number of fouls, 3 grades and returns if the student has passed, flunked for foul or flunked for average, knowing that the foul limit is 15, the…