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,259 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 enter a set of 10 integers in a single dimensional array. Sort the numbers in ascending order by using Bubble sort technique. Display the sorted array. import java.io.*; class prg7 public static void main()throws IOException int a[]=new int[10]; BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); int ar[]=new int[10]; System.out.println("Enter 10 numbers"); for(int i=O;i
  2. N/A