Looking for a Tutor Near You?

Post Learning Requirement »
x

Choose Country Code

x

Direction

x

Ask a Question

x

x
x
x
Hire a Tutor

Some Programs For ICSE

Loading...

Published in: Java And J2EE
1,579 Views

Some important programs for ICSE

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 store the city names in a single dimensional array alphabetical order using Bubble sort technique. class prg9 public void display() { String String c[]={"Jamshedpur","Delhi","Ranchi","Agra","Kolkata","Dhanbad"}; for(int for(int j=O;j0) System.out.println("Cities are"); for(int System.out.print(c[l]+ OUTPUT Cities are . Sort these names in
  2. Agra Delhi Dhanbad Jamshedpur Kolkata Ranchi