I need help writing a loop either do while or while. one for entering in any amount of numbers to be individual set as num. then another loop for asking if they want to do it all over again.
i had some loops and they worked but not quite. so i removed them from my code here so sorry id the braces are off.
[code]
int main()
{
double num;
calc stats
( std::cout<<"enter a number or list of numbers when done enter type 'q'"<<std::endl;
std::cin>>num;