# Introduction In this lab, we will learn how to calculate the average of n numbers entered by the user without making use of an array in C++. We will go through the code line by line and understand how it works.
Click the virtual machine below to start practicing