logo

Crowdly

Mida kuvatakse konsoolis, kui kasutaja sisestab "Ronald"? Console.WriteLi...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Mida kuvatakse konsoolis, kui kasutaja sisestab "Ronald"?

Console.WriteLine("Enter the first letter of your first name:");

char userLetter = Char.Parse(Console.ReadLine().ToLower());

if(userLetter == 'a' || userLetter == 'e' || userLetter == 'i' || userLetter == 'o' || userLetter == 'u')

{

    Console.WriteLine("I can sing it.");

} else

{

    Console.WriteLine("There is no way I can sing it.");

}

0%
0%
More questions like this

Want instant access to all verified answers on moodle.tktk.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!