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 »String Related Programs
[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 »Java program to arrange sentences in a Paragraph in Ascending order of their Number of words
Java program to input a paragraph of text and arrange the sentences in it in increasing order of their number of words.
Read More »Java program to arrange words in Ascending order of their Potential (ISC Specimen 2016 Question 2)
Java program to input a sentence and arrange the words in it in ascending order of their potential. Solution to Question 2 of ISC Computer Science Practical Specimen Paper 2016.
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 »Program to Remove Duplicate Characters from a Word
Java program to input a word and remove the duplicate characters present in it.
Read More »[Question 6] ICSE 2014 Paper Solved (File Path Name)
Java program to input the complete path of a file and print the path, file name and the extension separately.
Read More »ISC 2014 [Question 3] Practical Paper Solved – Removing Words
Java program to accept a sentence and then remove any given word from a particular position from it. [ISC Practical 2014]
Read More »Program to replace words of a sentence in Special Fashion
Java Program to replace words of a sentence in Special Fashion (word numbers are taken as inputs)
Read More »Program to Remove Consecutive Repeated Characters from a Word
Java program to input a word and replace the sequence of repeated characters by its single occurrence
Read More »Program to Decode an Encrypted Code [ISC Practical 2003]
Java program to input an encrypted coded text and then decode it by shifting all the characters by the given shift code
Read More »