0
C# question
The programme will ask the user about their name then ask them about their age, based on what their age is the programme will calculate how many years later they will retire and tells the user about it, the retiring age in this case is 65.
2 odpowiedzi
+ 1
Here is my solution. Hope the comments makes is easier to understand. :) https://code.sololearn.com/c0QYZ11ix7MH/?ref=app
+ 4
Sololearn has a C# course that also covers input, output and conditionals.
If you need help with the code please show your attempt