Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Need to solve in coral please. 8.6 LAB: User-Defined Function: Find Letter Grade (LAT) Function) Read an input from the Input Box that is a
Need to solve in coral please.
8.6 LAB: User-Defined Function: Find Letter Grade (LAT) Function) Read an input from the Input Box that is a Student's Average. Using a 10 point scale. - 90 to 100 is an A - 80 to 89 is a B - 70 to 79 is a C - 60 to 69 is a D - below 60 is an F Display the message Student Grade grade where grade is A, B, C, D, or F. Write this program by writing a Function calied LetterGrade that takes one integer argurfent and rerums nothing. The funcuon heade should be: Bunction LetterGrade (integer average) returns nothing The LetterGrade Function should display the messages: Student Pverage: average Student Grade; grade where grade is A, B, C, D, or F For example if the input is 95 The output should be: Student Averaye: 95 Etudent Grade: A If the input is 8.6 LAB: User-Defined Function: Find Letter Grade (LAT) Function) Read an input from the Input Box that is a Student's Average. Using a 10 point scale. - 90 to 100 is an A - 80 to 89 is a B - 70 to 79 is a C - 60 to 69 is a D - below 60 is an F Display the message Student Grade grade where grade is A, B, C, D, or F. Write this program by writing a Function calied LetterGrade that takes one integer argurfent and rerums nothing. The funcuon heade should be: Bunction LetterGrade (integer average) returns nothing The LetterGrade Function should display the messages: Student Pverage: average Student Grade; grade where grade is A, B, C, D, or F For example if the input is 95 The output should be: Student Averaye: 95 Etudent Grade: A If the input is
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