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,322 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 10 different numbers in a single dimensional array. Display the numbers after eliminating duplicate numbers of the array. import java.io.* class prg10 public static void main(String args[])throws IOException {int ans=0; int a int l=ar.length; for(int i=0;i
  2. output Array after deleting duplicates 69 45 25 34 40 41 29 16