User profile: jason007thomas

User info
User name:jason007thomas
Name:jaytee
Location:alabama
Bio:beginning computer science major - eager to learn how to program just went through my introductory class beginning C++
History
Joined:
Number of posts:32
Latest posts:

I need help or clues on how to build an array in C++?
This program was design to simulate an ATM machine and so far it works. I realize i need other aspe...

how do a make a program calculate a test grade
how do I make this program calculate the grade average on this fake test I made? here is the test i...

confusion over Basic loop problem
I'm trying to build a 10 question quiz and I'm designing it to where if you get the write answer it ...

nested loop for begginers like me
finally got it to work Thank You everybody [code] #include <iostream> using namespace std; int mai...

nested loop for begginers like me
I'm trying to make this program loop until the customer decides that they're finished I have one sm...