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.
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.
Comment