SUNIL GUTTA

SUNIL GUTTA

  • NA
  • 1k
  • 385.6k

Java loop question ?

Oct 13 2013 6:32 AM

Hello, The Question i need help with is: (we just did loops:for, do,while) so all answers need to be done containing these statements we learned. Not completely just be used.



We use separate class files from main for each assignment.


Write a program that reads a line of input as a string (through a menu that is reusable) and print:

a. Only the uppercase letters in the string.

b. every second letter of the string

c. the string, with all vowels replaced by an underscore.

d.the number of vowels in the string

e. the poitions of all vowels in the string


Thank you


Answers (3)