Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.2K
1 Posted Topic
Re: You have forgotten to add a curly brace at the end of: [code=c] else if(Planet== "Neptune"){ cout << "The weight on Neptune is " << (weight*1.1794)<< endl;[/code] It should read [code=c] else if(Planet== "Neptune"){ cout << "The weight on Neptune is " << (weight*1.1794)<< endl; } [/code] |
The End.