Posts
 
Reputation
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
~414 People Reached
Favorite Forums
Favorite Tags
c++ x 4

1 Posted Topic

Member Avatar for determine

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]

Member Avatar for determine
0
414

The End.