User profile: AJ24

User info
User name:AJ24
Old user name:javi24
History
Joined:
Number of posts:5
Latest posts:

If else statements problems
[code] if(num1 > num2 && num1 > num3){ largest = num1; } if(num2 > num1 && num2 > num3 ){ largest =...

If else statements problems
Pre-written C++ program that computes the largest and smallest of three integer values. The three va...

If statements problems
Still confused by your instructions..

If statements problems
Hello, Repeater Thanks for the advice but how would that look like? charge = minC; then add the ...

If statements problems
I'm having trouble running my code. I'm new to codding and to the language itself. The program i...