marikalmuk / Tasks

0 stars 0 forks source link

Add the ability to work with sub-programs an infinite number of times #5

Closed romaneo closed 3 years ago

romaneo commented 3 years ago

Based on #4

Prerequisites:

Allow the user to choose which program to run an infinite number of times

Programm workflow should be the next: 1) ask the user which program should be run 2) read the number (1 or 2) 3) depending on the entered value in step 2, run execution of the appropriate program 4) ask the user do we need to exit (step 5) or to run another sub-program (go to step 1) 5) say "Bye" if the user chooses to quit the program

Programm requirements: