+ 1
What does this mean?
Unhandled Exception: System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt32(String value) at SoloLearn.Program.Main(String[] args)
4 odpowiedzi
+ 1
It means that you got the wrong type of string,double,bool,char,int
0
Lol you know the answer...?
0
the typing syntax is wrong
e.g : Conslole.WriteLine =/= consloe.writeline
you should pay attention to capital letters.