User: Random

  • Public profile

User profile: Random

User info
User name:Random
History
Joined:
Number of posts:8
Latest posts:

How to make a for loop into a do/while loop
[code] guessNum = 0; do { cout << " What would you like to guess? \n"; cin >> guess...

Switch statement
cout << "The corresponding word is: " [b][i]<< letter << endl;[/i][/b] That's why, You're sendin...

How to return to a new line after x amount of characters in a for loop
[s]So, if I understand this correctly, you want essentially want to take input for 60 chars, stop, c...

How to make a for loop into a do/while loop
Quick example [code]#include <iostream> using namespace std; int main() { for(int i = 0; ...

How to return to a new line after x amount of characters in a for loop
Without doing your homework for you, it would seem like you need a for loop for each of these functi...

This user does not accept Private Messages