class Program
{
static void Main(string[] args)
{
String temp;
Double alder;
Console.WriteLi ne("how old are you?");
temp = Console.ReadLin e();
alder = Convert.ToDoubl e(temp);
if (alder <= 30)
Console.WriteLi ne("youre too young");...
User Profile
Collapse
-
frederik started a topic How to make an if/else console, that can recognize wether i write a, b or c?in C SharpHow to make an if/else console, that can recognize wether i write a, b or c?
No activity results to display
Show More