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

Important Questions For ICSE

Loading...

Published in: Java And J2EE
2,099 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 accept two single dimensional arrays of 10 integers and 16 integers respectively. Store the sum of corresponding element in a third array. Display the resultant array. import java.io.*; class prg3 public void input()throws IOException BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); int P[]=new int[10]; int Q[]=new int[16]; int R[]=new int[16]; System.out.println("Enter 10 elements in the 1st array"); for(int i=0;i
  2. N/A