User profile: Unkana

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:Unkana
History
Joined:
Number of posts:10
Latest posts:

Inverting a string with ANSI C & Pointers
@JLBorges Your solution is far from complex.

Inverting a string with ANSI C & Pointers
You did not make much progress did you?

Boolean True False Help
Your program is a mess, I think. [code]cout << "F: Convert from Fahrenheit to Celsius" << endl; cou...

Kindly assist EMERGENCY
You say this problem is emergency... How much time do you have left before the deadline?

Using loops with classes and arrays
[code]int sum = accountBalance - Input; return sum;[/code] It should be : [code]int sum = ([b]acco...