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
~144 People Reached
Favorite Forums
Member Avatar for novie1

Can anyone tell me whats wrong with this code? [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static int CelsiusTillFarenheit(double Celsius, double Farenheit, string Text) { Celsius = double.Parse(Text); Celsius / 5.0 * 9 + 32 = Farenheit; int Farenheit2; Farenheit2 = Convert.ToInt32(Farenheit); return …

Member Avatar for ddanbe
0
144