Pangram, Longest and Shortest Word Program in Java and Python
Pangram, longest word and shortest word program with algorithm, explanation, Java solution and simple Python solution for ISC practical students.
Open resourceGuide For School resources filed under ISC Important Programs.
Pangram, longest word and shortest word program with algorithm, explanation, Java solution and simple Python solution for ISC practical students.
Open resourcePrime Adam Number ISC 2020 practical solved with algorithm, explanation, Java program and equivalent Python code.
Open resourceBoundary elements of a matrix sorted in descending order with sum, algorithm, explanation, Java program and Python code.
Open resourceISC 2017 quiz result program solved with algorithm, explanation, Java program and equivalent Python code.
Open resourceISC 2019 future date program solved with algorithm, explanation, Java program and Python code.
Open resourceISC 2017 Caesar Cipher ROT13 program solved with algorithm, explanation, Java program and Python code.
Open resourceISC 2017 box packing program solved with algorithm, explanation, Java program and equivalent Python code.
Open resourceISC 2016 vowel words program solved with algorithm, explanation, Java program and Python code.
Open resourceISC 2016 Question 2 solution to sort the non-boundary elements of a square matrix, display diagonal elements and find their sum.
Open resourceISC 2016 Question 1 circular prime solution with algorithm, explanation, Java program and simple Python program.
Open resourceCalendar printing program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceArrange sentences by word count with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceBouncy Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceFill matrix with three characters using diagonal and region logic, with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceWord potential sorting program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceEvil Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceMobius function program with algorithm, explanation, Java class solution and simple Python solution for ISC students.
Open resourcePronic Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceHarshad Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceFascinating Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceAnagrams of a word program with algorithm, explanation, Java recursion solution and simple Python solution for ICSE and ISC students.
Open resourceISC 2015 Question 8 solution to search an admission number using recursive binary search in Java and Python.
Open resourceQueue insertion and deletion program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceStack push and pop program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceISC 2015 Question 3 solution to convert the first letter of each word to uppercase and count vowels and consonants in every word.
Open resourceISC 2015 Question 2 solution to rotate a square matrix 90 degrees clockwise, display the original matrix and find the sum of the four corner elements.
Open resourceISC 2015 Question 1 solution with algorithm, explanation, Java program and simple Python program to find the smallest number greater than M whose digit sum is N.
Open resourceLower Triangular Matrix program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceUpper Triangular Matrix program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceScalar Matrix program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceDiagonal Matrix program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceMatrix multiplication program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceRemove duplicate characters from a word program with algorithm, explanation, Java solution and simple Python solution.
Open resourceSaddle point in matrix program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceTwin prime numbers program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceMerge two sorted arrays using objects with algorithm, explanation, Java class solution and simple Python solution for ISC students.
Open resourceFibonacci string program with algorithm, explanation, Java class solution and simple Python solution for ISC students.
Open resourceComposite magic number program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceSymmetric matrix program with diagonal sums, algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceRemove word from sentence program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceInward spiral matrix variation with boundary-update algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourcePrime numbers in 2D array program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceIMEI check digit program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceValid IMEI number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceBoundary elements of 2D array program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceMagic square matrix program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceSpecial Fashion sentence program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceCircular spiral matrix program with boundary-update algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceDate formatting program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceNumber in words program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceLinked list operations for ISC Computer Science, including traversal, count, sum, search, display, insert at beginning, insert after n nodes, insert at end and delete after n nodes
Open resourceKeith Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceConsecutive number sum combinations program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceRemove consecutive repeated characters program with algorithm, explanation, Java solution and simple Python solution.
Open resource2D Array sorting program with algorithm, explanation, Java methods and a simple Python solution for ICSE and ISC students.
Open resourcePendulum arrangement program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceISC 2003 encrypted code decoding program with algorithm, explanation, Java solution and simple Python solution.
Open resourceISC Practical 2003 time in words program with algorithm, explanation, Java solution and simple Python solution.
Open resourceReverse words without punctuation program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resourceAlphabet frequency counting program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceISC 2011 inheritance solution using superclass Record and subclass Rank with algorithm, explanation, Java program and simple Python program.
Open resourceISC 2012 inheritance solution using superclass Detail and subclass Bill with algorithm, explanation, Java program and simple Python program.
Open resourceSmith number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceISC 2013 inheritance solution using superclass Perimeter and subclass Area with algorithm, explanation, Java program and simple Python program.
Open resourceISC 2005 Fibonacci series using recursion solution with algorithm, explanation, Java program and simple Python program.
Open resourceDecimal to hexadecimal conversion program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceDecimal to octal conversion program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceDecimal to binary conversion program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceUnique Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Open resourceJava and Python program to swap two strings without using a third variable by using concatenation and substring slicing.
Open resourceISC 2013 Question 10 matrix difference class solution with algorithm, explanation, Java program and simple Python program.
Open resourceDifference between two dates program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Open resource