Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. write a c program that reads marks of 10 students in to a single subscripted array. 2. above marks should be between 0 to

1. write a c program that reads marks of 10 students in to a single subscripted array.

2. above marks should be between 0 to 20 modify the above program to add marks to the array only if the input mark is between the given range.

3. Display the values stored in the array.

4. modify the above program to find the mean of the marks stored in the array.

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

Students also viewed these Databases questions

Question

6. Describe why communication is vital to everyone

Answered: 1 week ago