Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Can some one write a jgrasp code for this using do while?

  1. #1
    Junior Member
    Join Date
    Oct 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Angry Can some one write a jgrasp code for this using do while?

    Write a program that continuously asks for an alphabet letter, and stops when a non-alphabet letter is entered. Then output the number of upper case letters, lower case letters, and vowels entered


  2. #2
    Member
    Join Date
    Aug 2013
    Posts
    95
    Thanks
    3
    Thanked 14 Times in 14 Posts

    Default Re: Can some one write a jgrasp code for this using do while?

    What have you tried so far?

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Can some one write a jgrasp code for this using do while?

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

Similar Threads

  1. Error ? Jgrasp ...
    By cukunit0 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: November 14th, 2013, 07:52 AM
  2. Replies: 7
    Last Post: May 8th, 2013, 02:33 PM
  3. Is Java 7 not available with Jgrasp?
    By dougie1809 in forum Java IDEs
    Replies: 6
    Last Post: March 6th, 2013, 07:47 AM
  4. Jgrasp issue
    By Joy123 in forum Java Theory & Questions
    Replies: 1
    Last Post: June 28th, 2011, 10:39 PM
  5. How can i write this in code?
    By Mr. steve in forum Java Theory & Questions
    Replies: 2
    Last Post: November 30th, 2009, 10:07 PM