Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

c programming Project 13- HighNum Stop Command: Running /home/ubuntu/workspace/proj13/proj13.c Enter a number between and 100: 3 Enter another number between and 100: 33 Figure 1

image text in transcribed

c programming

Project 13- HighNum Stop Command: Running "/home/ubuntu/workspace/proj13/proj13.c" Enter a number between and 100: 3 Enter another number between and 100: 33 Figure 1 Run Command Running "/home/ubuntu/workspace/proj13/proj13.c" Enter a number between 0 and 100: 3 Enter another number between0 and 100: 33 Array element 1 is: 44 Array element 2 is: 77 Array element 3 is: 3 Array element 4 1s: 33 Array element 5 is: 63 Array element 6 i5: 56 Array element 7 is: 22 Array element 8 is: 69 Array element 9 is: 13 Array element 10 is: 87 The highest number is: 87 The lowest number is: 3 Figure 2 In this project, you will populate an array with 10 numbers ranging in value from 0-100. You will then display all the numbers in the array with a message displaying the highest and lowest numbers in the array Lab Objectives: Random number generation Array declaration and population Assigning elements to an array index Looping through and array Using conditional statements with elements of an array . Requirements Number range of array elements is 0-100 Of the 10 numbers in the array, two must be hard- coded (literal) in your program Of the 10 numbers in the array, two must be collected via user input (Figure 1) All numbers in the array must be listed in the console window (Figure 2) Your program must list the highest and lowest numbers in your number array (Figure 2) . Your program must use if's and loop's Of the 10 numbers in the array, six must be randomly You do not have to validate user input generated

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 Processing

Authors: David M. Kroenke

12th Edition International Edition

1292023422, 978-1292023427

More Books

Students also viewed these Databases questions

Question

=+d) What type of probability did you find in part c?

Answered: 1 week ago

Question

How wide are Salary Structure Ranges?

Answered: 1 week ago