Need help again this week. I think I am starting to grasp this
Need help again this week. I think I am starting to grasp this. Would you add comments throughout the lab as you do the steps? ATTACHMENT PREVIEW Download attachment// lab3: listofnumbers// <insert your name here>// read main.cpp, and follow the instructions at the bottom of main.cpp#include<iostream>usingnamespacestd;intmain(){intnumberOfElements = 0;Foat* elements =NULL;FoatuserInput;booladdingNumbersToTheList;cout<<“Keep entering numbers. Enter a non-number to stop.”<<endl;do{cin>>userInput;addingNumbersToTheList […]