Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

octave (40 points) Write a script that takes as input the array of grades below for a student and computes the average of the grade,

octave
image text in transcribed
(40 points) Write a script that takes as input the array of grades below for a student and computes the average of the grade, and based on the average determines the final letter grade for the student ( A (90100);B(8090);C(7080); D (6070);E(060) ). You must use a for loop in the script. grades=[92,74,86,91,88,79]. OUTPUT: The letter grade of the student is: B

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Database Programming With Visual C# .NET

Authors: Ying Bai

1st Edition

0470467274, 978-0470467275

More Books

Students also viewed these Databases questions

Question

When is it appropriate to use a root cause analysis

Answered: 1 week ago

Question

13-4 What are alternative methods for building information systems?

Answered: 1 week ago

Question

13-1 How does building new systems produce organizational change?

Answered: 1 week ago