Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Searching Arrays Create a Raptor flowchart with an array that has 10 test scores (98,78,87,45,69,25, 100, 72, 98, 69). The user may enter their test

Searching Arrays Create a Raptor flowchart with an array that has 10 test scores (98,78,87,45,69,25, 100, 72, 98, 69). The user may enter their test score and your program will search for that score and output a message if that score is found and the position where the number was found. In addition, calculate the average test score in the array, print the average to the screen, and let the user know if their score is above or below the class average test score.

**Remember if you wish to receive a grade above 75% you must handle error correction such as entering a negative score, you may also choose to allow the user to search and compare as many test scores as they wish. **

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions