Juan
2012-06-19 19:13:48 UTC
Your programs must include the following key features:
Comment block at the top with key information
Single and multi-line comments
Basic program fundamentals
User-defined exception handling (i.e. anticipate user errors)
Instructions that print for user’s understanding of program
Choose two of the four programs below:
Option 1
Write a program to find the average grade given 15 user-inputted scores on tests. The program should also provide the following feedback according to the final score (i.e. A, B, C, D, F).
Option 2
Write a program that would resemble a checkbook register that will ask for input, both deposits and debits, and keep a running total in that person’s bank account. That total would be given upon request of the user.
Option 3
Write a program to run two separate threads printing numbers (or words) in ascending and descending orders. The numbers (or words) should be given by the user.
Option 4
Write a program that has a function to give someone their age if they input their date of birth. Along with their age, the user should receive some trivia about the decade they were born.
Any help woudl really make adifference. Thank you so much