User profile: monacorona

User info
User name:monacorona
History
Joined:
Number of posts:7
Latest posts:

no compiler errors, but no place for input
Fixed it, thanks! [code]#include <iostream> #include <iomanip> using namespace std; int main() { ...

survery program not printing results
Nevermind, I fixed it. For anybody else who needs it, here's the corrected code: [code]#include <io...

survery program not printing results
I'm trying to build a program that functions as a beverage survey, and while it compiles with no err...

no compiler errors, but no place for input
I'm trying to build a program that functions as a beverage survey, and while it compiles with no err...

grade average calculator issues
This program only compiles if the number of grades has already been predetermined, but not if the nu...