no compiler errors, but no place for inputFixed it, thanks! [code]#include <iostream> #include <iomanip> using namespace std; int main() { ...
survery program not printing resultsNevermind, I fixed it. For anybody else who needs it, here's the corrected code: [code]#include <io...
survery program not printing resultsI'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 inputI'm trying to build a program that functions as a beverage survey, and while it compiles with no err...
grade average calculator issuesThis program only compiles if the number of grades has already been predetermined, but not if the nu...