- 1
Help me I don't know why my program isn't working
Please help. Link: https://code.sololearn.com/cFDJW57u89O2/#cs
3 odpowiedzi
+ 1
You don’t need quoatations around 14 since its a number and not a string
+ 5
Kaba K change line 16 to this as well will work
int age = int.Parse("14");
0
The integer variable should be declared as follows:
int age = 14;