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 gradehow do I make this program calculate the grade average on this fake test I made? here is the test i...
confusion over Basic loop problemI'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 mefinally got it to work Thank You everybody [code] #include <iostream> using namespace std; int mai...
nested loop for begginers like meI'm trying to make this program loop until the customer decides that they're finished I have one sm...