C#C
C#3y ago
81 replies
Soinagie

❔ can't '-' int

String age = "";
Convert.toInt32(age);
Console.WriteLine (age - 1);
Console.ReadKey();

Why can't I minus 1 an int? Its a number
Was this page helpful?