0
How make a program with options?
Press 1 for "x" press 2 for "y" press 3 for "z"
3 Respuestas
+ 4
You can use if-else statements or a switch statement. Try checking out the tutorials for those here are Sololearn.
+ 1
In SoloLearn code playground, only Web code facilities a GUI.