var
?
string
string? ageInput = Console.ReadLine();if(ageInput is null){// handle no age input}
ageInput