Looking for a Tutor Near You?

Post Learning Requirement » x
Ask a Question
x

Choose Country Code

x

Direction

x

Ask a Question

x

Hire a Tutor

ICSE Computer Notes

Published in: Java And J2EE
7,395 Views

Java programs

Jayeeta B / Kolkata

3 years of teaching experience

Qualification: MCA

Teaches: All Subjects, Computer, Computer Science, School level computer

Contact this Tutor
  1. Write a program in JAVA to enter a string and frame a word by joining all the first character of each word.Display the new word. Sample Input :Vital Information Resource Under Seize Sample Output:VlRUS class Prg10 public void display(String x) String w= int l=x.length(); for(int char ch=x.charAt(i); w=w+(x.charAt(i+1)); System.out.print(w); OUTPUT VIRUS