Question: Questin # 5, 7, 8 Using Visual Basic programming language with windows Forms Applications (Dim statement) e x5. Write a program to determine how much
Questin # 5, 7, 8 Using Visual Basic programming language with windows Forms Applications (Dim statement)

e x5. Write a program to determine how much money a person would save eru if he or she started out with penny and doubled that amount contin- ually for the next 30 days. Hint: Three calculations are required: You must (1) increment day counter by 1, (2) multiply the daily amount by 2 to determine the new daily amount, and (3) add the new daily amount to the prior total amount. Remember: Calculate information for the first 30 days only Sample Desired Output (first four days: DAILY AMOUNT TOTAL AMOUNT DAYS 01 .02 .01 03 07. . 15 .08 7 . Using the following data, write a program put that follows and calculate the student's overall average. >t to print out the desired out- Data: ENGLISH MATHEMATICS 92 SCIENCE HISTORY COMPUTER SCI. 9 87 83 Desired Output COURSE GRADE ENGLISH MATHEMATICS 92 SCIENCE HISTORY COMPUTER SCI 95 87 83 90 OVERALL AVERAGE: XX Note: The overall average is not to print until all courses and have printed. Therefore, in the FOR/NEXT loop, use a LET statement to total the grades. 8. Modify the program in Exercise 7 to printto the right of grades of 90 and above. Hint: To decide if asterisks are to be printed, you must use a selection structure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
