When running program output will not stay aligned.Help please!!#include <iostream> #include <string> using namespace std; int main() { double loan_Payme...
Getting a "expression must have a constant value" on my switch statement#include<iostream> #include <string> using namespace std; int main() { //setting up numeral ...
I am getting a syntax error on line where my if statement is because of the semicolon I place at the end..#include<iostream> #include <string> using namespace std; int main() { //setting up numeral input...
<< operator error syntax near cin "endl"#include<iostream> #include <string> #include<iomanip> using namespace std; int main() { /...
This user does not accept Private Messages