Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Please Help!! Will Rate High!! PROBLEM1 (Total: 35 Points) Create an algorithm (

ID: 3184097 • Letter: P

Question

Please Help!! Will Rate High!!

PROBLEM1 (Total: 35 Points) Create an algorithm (Flowchart) to display the letter grade in a course. A course grade is typically reported as a real number with values from 0 to 100. Your algorithm should ask the user to provide a grade in numerical form and display the letter grade corresponding to a numerical grade if the entered value is between 0 and 100 inclusive. If the value is outside this range, ask the user to enter a value within the range of 0-100 Also write a MATLAB program that replicates your algorithm. The program should ask the student for his or her numeric grade with the letter grade being generated as output A: 90 S grade B: 80 grade

Explanation / Answer

// The above two lines for ask user to enter an input

if n <= 0 && n >= 100