C#: Program to ask the user for his age and print a massage
Print Age Message
Write a C# Sharp program that takes an age (for example 20) as input and prints something like "You look older than 20".

Sample Solution:
C# Sharp Code:
Sample Output:
Enter your age 45 You look younger than 45
Flowchart:

C# Sharp Code Editor:
Previous: Write a C# Sharp program to that takes three numbers(x,y,z) as input and print the output of (x+y)·z and x·y + y·z.
Next: Write a C# program to that takes a number as input and display it four times in a row (separated by blank spaces), and then four times in the next row, with no separation. You should do it two times: Use Console. Write and then use {0}
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.