Modify the program you wrote for question 4 so that it saves the user inputs in an array and displays them at the end. S
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Modify the program you wrote for question 4 so that it saves the user inputs in an array and displays them at the end. S
Modify the program you wrote for question 4 so that it saves the user inputs in an array and displays them at the end. Sample Input/Output: Enter a number or -99 to quit: 50 Enter a number or -99 to quit: 75 Enter a number or -99 to quit: 175 Enter a number or -99 to quit: -99 VALUES ENTERED: 1:50 2: 75 3: 175 Count of numbers: 3 Total of numbers: 300 Average of numbers: 100 Paragraph R A, Ev =
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!