User: JustinPLe

  • Public profile

User profile: JustinPLe

User info
User name:JustinPLe
Name:Justin P Le
Location:Orange, CA
Bio:Started Programming in 2013. Currently in school to become a computer engineering major.
History
Joined:
Number of posts:7
Latest posts:

how to make the program print out more than a word at once
You're welcome. See you on the forums.

how to make the program print out more than a word at once
Since you're using a combination of cin and cin.getlines, you're going to need to use cin.ignores to...

Need help with if-else statements with for loop
why don't you just do your if-else if structure like this? [code] if (score <= 100 && score >= 90) ...

while/if
[code] #include <iostream> #include <cmath> using namespace std; int main() { char name[20],n...

Function not working...
Ah, I just realized my mistake, looking at it with fresh eyes after a night's sleep... I forgot to...

This user does not accept Private Messages