User profile: Avi24

User info
User name:Avi24
History
Joined:
Number of posts:15
Latest posts:

If Statement containing math
I think I am going to bang my head repeatedly. I figured out what I was supposed to do: Instead of...

If Statement containing math
Here is the code: [code]#include <iostream> using namespace std; struct MonthlyBudget { double hou...

If Statement containing math
I would need to define the equation beforehand? Or can I just literally put it in the operator? I ...

If Statement containing math
Can then the terenary operator have a function in it? I want the equation to show how much x exceed...

If Statement containing math
Can an if statement contain a math function? For example: [code] cout << endl << "Utilities: ...