Posts by Gabriel • 3 points
2 posts
-
-1
votes1
answer56
viewsQ: Return in while - PYTHON loop
I’m starting to learn python now and I’m still lost in the syntax. In the following program I do not know what to do to restart the program, ie, return to the beginning if the user type "yes" or…
-
0
votes1
answer58
viewsQ: Do-while with char in C
EX. Create a program that reads sales values (old and new) of a product. The program must calculate the percentage increase of the product. The program ends only when the user informs the letter "N"…