Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Program the following: A. Flow Chart B. Probrem #36 ( No funcions of subroutines required) Pliss pliss with screenshorts of the prosess, thanks :,) *Excel
Program the following: A. Flow Chart
BEGIN Enter LIMIT Set NUMBER equal to 0 Set SUM equal to 0 false true While SUM S LIMIT Increase NUMBER by Add NUMBER to SUM Display NUMBER and SUM END Figure 4.15 36. Write a program that requests a student's first name, last name and the numeric grades on three exams, and then uses a Sub procedure to display the student's name and semester grade (A, B, C, D, or F). A Function procedure (called by the Sub procedure) should be used to calculate the semester grade. The lowest grade should be dropped, the semester average should be rounded to the nearest whole number, and the semester grade should be assigned using the following criteria: 90-100 (A), 80-89 (B), .... See Fig. 5.8. Grades Nome: Robert Smith First grade: 83 Second grade: 82 Third grade: 70 Determine Semester Grade Robert Smith B FIGURE 5.8 Sample run of Exercise 36. BEGIN Enter LIMIT Set NUMBER equal to 0 Set SUM equal to 0 false true While SUM S LIMIT Increase NUMBER by Add NUMBER to SUM Display NUMBER and SUM END Figure 4.15 36. Write a program that requests a student's first name, last name and the numeric grades on three exams, and then uses a Sub procedure to display the student's name and semester grade (A, B, C, D, or F). A Function procedure (called by the Sub procedure) should be used to calculate the semester grade. The lowest grade should be dropped, the semester average should be rounded to the nearest whole number, and the semester grade should be assigned using the following criteria: 90-100 (A), 80-89 (B), .... See Fig. 5.8. Grades Nome: Robert Smith First grade: 83 Second grade: 82 Third grade: 70 Determine Semester Grade Robert Smith B FIGURE 5.8 Sample run of Exercise 36 B. Probrem #36 ( No funcions of subroutines required)
Pliss pliss with screenshorts of the prosess, thanks :,)
*Excel Developer*
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started