User profile: BettyMcqueen1

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:BettyMcqueen1
Statistical data
Birthdate:May 8, 1997
Gender:Female
Occupation:Student
Skills:C++
History
Joined:
Number of posts:7
Latest posts:

writing a program
It works thanks so so much

write a c + + program that displays the following menu
write a c + + program that displays the following menu press 1 to find sum, average and product ...

writing a program
int n; int I; cout <<"enter the value of n : "; cin>>n; cout <<"all the numbers between 1 and N that...

find all numbers divisible by 5 and 13
I already did that int n; int I; cout <<"enter the value of n : "; cin>>n; cout <<"all the numbers ...

writing a program
for (i=1; i <=n; i++); I'm stuck it displays the numbers starting from 1 to the values of n , how ca...