User profile: breebree

User info
User name:breebree
Name:Bree
Location:California
Bio:Intro to programming.
History
Joined:
Number of posts:13
Latest posts:

Random Number generator
7. Random Number Guessing Game (FOR EXTRA CREDIT – 5 points ONLINE SECTION ONLY) Write a program ...

If Else If statements
Im taking my c++ class online, and can't figure out any of my codes. the teacher is literally no hel...

Loop Question
do i need more for loops? and does this for loop even make sense logically? [code]for (int firstpos=...

logical error
[code]for (int y = 0; y <= 5; y++ )[/code] for(int y=0;y<5;y++)

Loop Question
[code]for (int i=1;i<=num;i++){ cout<<"Enter a number: "<<endl; cin>>nums; if(nums==8)...