Search:

Type: Posts; User: dicdic

Search: Search took 0.07 seconds.

  1. Thread: Vowels

    by dicdic
    Replies
    8
    Views
    924

    [SOLVED] Re: Vowels

    nope. try to put of the position of e in your first input trend.

    I think It should be like this:
    Enter a string
    Java Girl -my input
    Enter an integer position
    1 -my input


    if it is base 0,...
  2. Thread: Vowels

    by dicdic
    Replies
    8
    Views
    924

    [SOLVED] Re: Vowels

    I am not sure if you have a compilation error with that line. that is not a valid syntax for java 6 and below, I am not sure if you are using java 7 and you compiled that statement successfully.
    do...
  3. Thread: Vowels

    by dicdic
    Replies
    8
    Views
    924

    [SOLVED] Re: Vowels

    take a look in the String class of java String (Java Platform SE 7 ) there is a toLowerCase and toUpperCase method in String class. Character class Character (Java Platform SE 7 ) also have those...
Results 1 to 3 of 3