Flow

Number analysis program design a program that asks the user to enter a series of 20 numbers. The program should store the numbers in an array and then display the following data: the lowest number in the arraythe highest number in the array the total of the numbers in the arraythe...

Questions by pokhara

Showing Answers 1 - 1 of 1 Answers

Lohitha

  • Jul 30th, 2016
 

Code
  1. #include<stdio.h>

  2. "enter elements into array:""%d""minimum value is:%d

  3. ""maximum value is:%d

  4. ""Number of elements in an aray:%d

  5. "

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions