Solution of Program 2 of ISC 2017 Computer Science Paper 2 (Practical) Exam. Java program to input the answers of each participant row-wise and calculate their marks
Read More »Practical Questions
[Question 1] ISC 2017 Computer Practical Paper Solved – Box Packing
Solution of Program 1 of ISC 2017 Computer Science Paper 2 (Practical) Exam. Java program to input number of boxes to be packed and display the break-up of the cartons used in descending order of capacity
Read More »[Question 3] ISC 2017 Computer Practical Paper Solved – Caesar Cipher
Solution of Program 3 of ISC 2017 Computer Science Paper 2 (Practical) Exam. Java program to input a sentence and perform Caesar Cipher (Shift alphabets 13 places ahead)
Read More »Sorting Boundary elements of a matrix and finding their sum
Java Program to sort the boundary elements of a 2-D square matrix in descending order.
Read More »[Question 3] ISC 2016 Computer Practical Paper Solved – Words Beginning and Ending with Vowel
Solution of Program 3 of ISC 2016 Computer Science Paper 2 (Practical) Exam. Java program to input a inputs a sentence, and print and count the words beginning and ending with a vowel
Read More »[Question 1] ISC 2016 Computer Practical Paper Solved – Circular Prime
Solution of Program 1 of ISC 2016 Computer Science Paper 2 (Practical) Exam. Java program to input a number and check whether it is a Circular Prime or not.
Read More »Java Program to check for Bouncy Number, Increasing Number, Decreasing Number
Java program to input a number and check whether it is a Bouncy Number or not
Read More »Java program to check for Fascinating Number
Question: Write a Program in Java to input a number and check whether it is a Fascinating Number or not.. Fascinating Numbers : Some numbers of 3 digits or more exhibit a very interesting property. The property is such that, when the number is multiplied by 2 and 3, and both these products are concatenated with the original number, all digits …
Read More »Java program to find all the Anagrams of a word
Java program to input a word and generate its anagrams (words formed by re-arranging the characters).
Read More »[Question 3] ISC 2015 Computer Practical Paper Solved
Solution of Program 3 of ISC 2015 Computer Science Paper 2 (Practical) Exam. Java program to input a sentence, convert the first letter of each word to uppercase and find the number of vowels and consonants.
Read More »[Question 2] ISC 2015 Computer Practical Paper Solved – Rotate Matrix 90° Clockwise
Solution of Program 2 of ISC 2015 Computer Science Paper 2 (Practical) Exam. Java program to input a square matrix and rotate it 90° clockwise.
Read More »[Question 1] ISC 2015 Computer Practical Paper Solved
Solution of Program 1 of ISC 2015 Computer Science Paper 2 (Practical) Exam. Java program to print smallest integer whose sum of digits is equal to another.
Read More »