Home / Expert Answers / Computer Science / nbsp-make-a-flowchart-for-this-home-work-please-using-a-flowgorithm-flowchart-or-pseudocode-de-pa700

(Solved):   make a flowchart for this home work please Using a Flowgorithm flowchart or pseudocode, de ...



Using a Flowgorithm flowchart or pseudocode, design a program that asks the user to enter three numeric test scores. The prog

 

make a flowchart for this home work please

Using a Flowgorithm flowchart or pseudocode, design a program that asks the user to enter three numeric test scores. The program shall display a letter grade for each of the three test scores and a letter grade for the average test score. The program will include the following functions: calcAverage - This function will accept three test scores passed to it as arguments and return the numerical average of the scores determineGrade - This function will accept a single numeric score as an argument and return the equivalent letter grade, as a String, based on the following mapping: All of the input and output instructions for this program will appear in the main.


We have an Answer from Expert

View Expert Answer

Expert Answer


1.. ################ Answer is given below step by step:- Code Python code: def calcAverage(s1, s2, s3, avg): #function to calculate verage of three t
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe