🔒 Closed Need help po

Status
Not open for further replies.

capusijake

Fanatic
May oral test po kase kami sa Java Programming,
ask ko lang po kung ano yung Java Program for this Problem.


"Ask the user for a string and get the 1st, 5th, and 7th character and combine them with "speak""


Example:
Remakks

Rksspeaks


Johnjoseph

Jksspeaks



Please I need help po, 8AM po simula ng klase namin ,


Thank you

Up
 
I'm a bit busy right now para magconstruct. Use this as your ref and/or you can concatenate them with "+ speak"

String myString = "phcorner";
char c = myString.charAt(7);
System.out.println(c);
 
Status
Not open for further replies.

Similar threads

About this Thread

  • 1
    Replies
  • 722
    Views
  • 2
    Participants
Last reply from:
Xifu

Trending Topics

Online now

Members online
1,309
Guests online
3,476
Total visitors
4,785

Forum statistics

Threads
2,305,826
Posts
29,168,073
Members
1,195,464
Latest member
tibolok
Back
Top