Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The problem can be solved by A program that performs three basic tasks Input Data, Process Data and Output Results can solve the problems. Use

The problem can be solved by A program that performs three basic tasks Input Data, Process Data and Output Results can solve the problems. Use Pseudocode to design a suitable program to solve the problem. Be sure to identify the data type of each variable used

2. Write using raptor a re-usable program to calculate various averages in your classes. It doesn't matter if you have 3 tests or 33 tests. The program should compute the average as such:

test Average = Sum Grades/Count Grades

The output should show the number of grades entered, the sum of the grades and the average of the grades. The program has the following variable types:

Count Grades (integer) Sum Grades (float) Grade (float) test Average (float)

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

Database Administrator Limited Edition

Authors: Martif Way

1st Edition

B0CGG89N8Z

More Books

Students also viewed these Databases questions

Question

what is a peer Group? Importance?

Answered: 1 week ago