hlo frnds..... plz ansrs this..... how to do this program...... plz tell fast it's urgent yrr.....don't mind writing but Plzz tell fast.....
Attachments:
Answers
Answered by
1
No idea which language you need to post it in , but i am coding in c#.
using System;
class ageValidator {
static void Main() {
var age = Console.ReadKey();
Console.WriteLine(age);
Console.WriteLine(age>=18 ? "eligible to vote": "not eligible to vote");
}
}
Similar questions