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
860 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 200 integer numbers from user and find the sum of numbers. import java.io.*; class prgl public void input()throws IOException int sum=0; int a[]=new int[20]; BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter 20 numbers"); for(int i=0;i