vowels

  1. J

    Android Question If - Then - Else Statement using Consonant or a vowel

    If - Then - Else statement that determines if a given letter is a consonant or a vowel.Write an If - Then - Else statement that determines if a given letter is a consonant or a vowel. Is this right? Sub Globals Private editText1 As EditText Private btn1 As Button End Sub Sub btn1_Click...
Top