Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Re: Write a program to convert all vowels to capital letter in a sentence?

    This probably goes outside the bounds of this assignment, but perhaps something interesting to think about is that Y is sometimes a vowel as well: When is "Y" a vowel? - English Language & Usage...
  2. Re: Write a program to convert all vowels to capital letter in a sentence?

    Take a look at the API for Scanner: Scanner (Java Platform SE 8 )

    What does the next() function return? Have you tried printing out the value of s1 after you read it in?

    Hint: is there a method...
Results 1 to 2 of 2