Question: Q2. Write a C program that determines the largest and smallest value of the 10 numbers using while statement Use scanf function to read 10
Q2. Write a C program that determines the largest and smallest value of the 10 numbers using while statement Use scanf function to read 10 inputs numbers from keyboard Use print function to display the largest and smallest number on the screen An example of input/output dialog is shown below: Enter the first number: 12 Enter the next number: 8 Enter the next number: -1 Enter the next number: 14 Enter the next number: -5 Enter the next number: 0 Enter the next number: 18 Enter the next number: 24 Enter the next number: -10 Enter the next number: 9 The largest number is 24 The smallest number is -10 https://fi. instructure.com courses assignments/699144?module_item_id-2250196
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
