the following program prompts the user with the following menu :

What would you like to do?
1.print the contents of the database
2.find all the songs on a particular album
3.quit
Please enter 1, 2, or 3.



Everything works fine but i cannot figure out how to keep prompting the user with this menu after each input. for example, if u run the program and type in 1 the program ends....