Question: Average of 5 numbers Write a program that accepts five integers from the user via cin and computes and prints out the average. See the

Average of 5 numbers Write a program that accepts five integers from the user via cin and computes and prints out the average. See the sample runs below for the exact output. Make sure when you divide by 5 to compute the average, that you convert the computation to floating point. Sample run 1 (user input in bold italics): Average Sample run 2 (user input in bold italics): T0 i0 I0 10 Average: 10.2 YOUR ANSWER We recommend you take a quick tour of our editor before you proceed. The timer will pause up to 90 seconds for the tour. Start tour 0 For help on how to read input and write output in C, click here. Original Code C+ 1 lfinclude
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
