Question: Write a C++ program without using more than one variable and a pointer variable, to repeatedly obtain float type numbers until -1 is entered, to
Write a C++ program without using more than one variable and a pointer variable, to repeatedly obtain float type numbers until -1 is entered, to store them in contiguous memory cells, and to compute their average and print it.
explain your solution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
