0
votes
votes
2 answers
C# syntax
What am I doing wrong. I know that String.Parse is not right but I don't know the proper syntax. Console.Write("Weight of package: "); weightOfPackage = Double.Parse(Console.ReadLine()); Console.Writ ...
blah blah blah is here! blah blah » Close
What am I doing wrong. I know that String.Parse is not right but I don't know the proper syntax. Console.Write("Weight of package: "); weightOfPackage = Double.Parse(Console.ReadLine()); Console.Writ ...
I'm trying to create this code and I keep om getting errors. What's wrong with it? static void DisplayResults() { Console.WriteLine(); Console.WriteLine()"Total cost: {0:c}", totalCost); Console.WriteLine(&q ...