ICSE Important Programs
Solved Programs:
Pronic Number Program in Java and Python
Pronic Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Harshad Number Program in Java and Python
Harshad Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
GCD Program Using Division Method in Java and Python
GCD program using successive division with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Remove Duplicate Characters from a Word Program in Java and Python
Remove duplicate characters from a word program with algorithm, explanation, Java solution and simple Python solution.
Disarium Number Program in Java and Python
Disarium Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
movieMagic Program in Java and Python
ICSE 2014 movieMagic class solution to input a movie title, release year and rating, then display the movie category.
Fibonacci Series Membership Program in Java and Python
Fibonacci Series membership program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Special Two-Digit Number Program in Java and Python
ICSE 2014 solution to check whether a two-digit number is a special two-digit number using digit sum and digit product.
File Path, File Name and Extension Program in Java and Python
ICSE 2014 solution to extract the file path, file name and extension separately from a full file path string.
Automorphic Number Program in Java and Python
Automorphic Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Remove Consecutive Repeated Characters Program in Java and Python
Remove consecutive repeated characters program with algorithm, explanation, Java solution and simple Python solution.
Digit Frequency Program in Java and Python
Digit frequency counting program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Alphabet Frequency Program in Java and Python
Alphabet frequency counting program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Smith Number Program in Java and Python
Smith number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Decimal to Hexadecimal Conversion Program in Java and Python
Decimal to hexadecimal conversion program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Decimal to Octal Conversion Program in Java and Python
Decimal to octal conversion program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Decimal to Binary Conversion Program in Java and Python
Decimal to binary conversion program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Duck Number Program in Java and Python
Duck Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Piglatin Word Program in Java and Python
ICSE 2013 Piglatin word solution to convert a word to uppercase, rearrange it from the first vowel and add AY.
Swapping Two Strings Without Third Variable Program in Java and Python
Java and Python program to swap two strings without using a third variable by using concatenation and substring slicing.
Shortest and Longest Word Program in Java and Python
Shortest and longest word program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Currency Denomination Program in Java and Python
Currency denomination program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Prime Factors Program in Java and Python
Prime Factors program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Decimal to Roman Conversion Program Method 2 in Java and Python
Decimal to Roman conversion method 2 using value-symbol arrays, with algorithm, explanation, Java solution and Python solution.
Decimal to Roman Conversion Program Method 1 in Java and Python
Decimal to Roman conversion method 1 using place-value arrays, with algorithm, explanation, Java solution and Python solution.
LCM Program Method 2 in Java and Python
LCM Method 2 program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
LCM Program in Java and Python
LCM program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Initials Printing Program in Java and Python
Initials printing program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Swapping Two Numbers Without Third Variable Method 2 Program in Java and Python
Java and Python program to swap two numbers without using a third variable by using addition and subtraction.
Swapping Two Numbers Without Third Variable Program in Java and Python
Java and Python program to swap two integer values without using a third variable by using the bitwise XOR operator.
Leave a Reply
Your email address will not be published. Comments are reviewed before appearing publicly.