Write a program that draws a rectangle or an oval, as shown in Figure 9.23. The user selects a figure from a radio button and specifies whether it is filled by selecting a check button. Page 304...
Week 8 Assignment: Manage customer data Console Welcome to the Customer Manager COMMAND MENU list - List all customers add - Add a customer del - Delete a customer help - Show this men...
Week 7 Assignment: Manage a list of countries Console Welcome to the Country Manager 1 - List countries 2 - Add a country 3 - Exit Enter menu number: 1 India Japan Mexico Spain United States ...
List movies by category Console Welcome to the Movie Lister There are 100 movies in the list. What category are you interested in? scifi Star Wars 2001: A Space Odyssey E.T. The extra-terrestr...
Many applications require lists of data that cannot be changed (e.g. one cannot add tothe list, remove anything from the list or change the sequence of the list). Forexample, one can provide a list of...