User profile: dishanf

User info
User name:dishanf
Name:Dishan Fernando
Bio:MCITP, MCTS - SQL SERVER
History
Joined:
Number of posts:4
Latest posts:

setting an int value to chars
[code] char c; cin >> c; cout << (int)c - 96; [/code]

Trouble with Functions
[code] int main() { string endgame; srand(time(0)); int therandNum = rand(); [/code...

percentage mark
[code]double get_Score(double b ,double c ,double d ,double e , double f)[/code]

Hello :)
No errors in your code. This should work as you expected.