User profile: raymond5624228

User info
User name:raymond5624228
History
Joined:
Number of posts:6
Latest posts:

SWITCH statement to evaluate functions with domains
I know it does seem impractical to use the switch this way but I cannot think of a way to apply the ...

GPA calculator
[code] #include <iostream> #include <iomanip> #include <cmath> using namespace std; int main() ...

SWITCH statement to evaluate functions with domains
*I have also tried to do them as individual cases, the functions still did not follow through with t...

GPA calculator
*Write a program using a switch statement that calculates your last semester GPA. A grade of A is wo...

SWITCH statement to evaluate functions with domains
This is similar to what I compile, i do use the cin >> x; as well and do have a basic understanding ...