Computer class 10 Assignment
||Playing Hand Cricket Game Against Computer is full of fun|| Source Code:----- import java.io.*; …
||Playing Hand Cricket Game Against Computer is full of fun|| Source Code:----- import java.io.*; …
Constructor has a same name as the class name. The question are based on constructor and are really…
INPUT:-02305 OUTPUT:-235 //To remove zero from a number using String import java.io.*; class zero$…
import java.util.Scanner; class bin_deci { public static void main(String args[]) { Scanner sc= ne…
import java.util.Scanner; class calendar { public static void main(String args[]) { Scanner sc= ne…
1.) S=0+3+8+15+24.... n th term 2.) S=1+a 2 /1!+a 3 /2!+a 4 /3!... n th term. import java.util.Scanner; cl…
import java.util.Scanner; class Matrix_leftDiagonalAdd { public static void main(String[]args) { S…
import java.util.Scanner; class intcheck { public static void main(String args[]) { Scanner sc= ne…
import java.util.Scanner; class hexadecimal_to_binary { public static void main(String[]args) { Sc…
AMOUNT GIFT 1.>=500 Key Ring 2.>500&>=1000 Leather Pur…
import java.util.Scanner; class e3 { public static void main(String args[]) { Scanner sc=new Scann…
import java.io.*; class do_loop { public static void main(String [] args)throws IOException { Buff…
import java.util.Scanner; class count_notes { public static void main(String[]args) { Scanner ob=n…
import java.util.Scanner; class charcheck { public static void main(String args[]) { Scanner sc= n…
import java.util.Scanner; class matrix_multiply { public static void main(String[]args) { Scanner …
import java.io.*; class hcf { public static void main(String [] args)throws IOException { Buffered…
ICSE Question Paper – 2014 (Solved) Computer Applications Class X SECTION A (40 Marks) Answer all …