- 1
How to write Code playground??
I write the code to calculate the age in c # but when I finished it showed me an error knowing that the code is 100% correct. Is there a special way to write code in this application? thanks https://code.sololearn.com/cpUQfbRkLP6V/?ref=app
1 Answer
+ 11
There are numerous errors in your code, mostly capitalisation (or lack there of line 13, 17, 18).
Also missed putting a variable name for the main methods argument (line 11), misspelled Now (line 15) and have an extra space in your composite formatting (line 17)
See:
https://code.sololearn.com/c6ixGEF1pQTD/?ref=app