How to creat an arry of string? How to display 3 words per line?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • George2315
    New Member
    • Oct 2007
    • 1

    How to creat an arry of string? How to display 3 words per line?

    Hi everyone here is the question?
    1. create hava class named TryThis
    2. creates an array of Strings named fullName[] contains the different strings that make up your full name.
    3. create array of strings named message[]contaions the strings,"This", "is","your",fir st","try"
    4. this orogram should utilize a for loop that use size of the array in its condition to scroll through your names in the fullName[] array and display your initials(the first letter of each name separated by a period)

    Thx guys I really need you guys help.
  • Ganon11
    Recognized Expert Specialist
    • Oct 2006
    • 3651

    #2
    The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

    Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

    Then when you are ready post a new question in this thread.

    MODERATOR

    Comment

    Working...