A Strong MatRev program ISC 2019 Object passing
Watch the video to learn more about java https://www.youtube.com/watch?v=QZKcULOC4lg
This question was asked in the ISC 2019. It is a Object passing type of...
A Sensational Circular Matrix program
Write a Program in Java to fill a square matrix of size ‘n*n” in a circular fashion (clockwise) with natural numbers from 1 to n*n, taking ‘n’ as...
A superb Pendulum array program
It is an array where elements are stored in a pendulum pattern.
For other posts related to array click https://java4school.com/array-programs-part-1-icse-computer-applications
• PENDULUM...
A basic Keith Number Program
An n digit number M is called Keith number if it appears in a special sequence generated using its digits.
For example M = 197 is...
Factorial of a number (Recursive Function)
The factorial of a number is the product of all the integers from 1 to that number.
Recursion :- The process in which a function calls itself...
An easy Program: Transpose of a Matrix
A matrix is a collection of numbers arranged into a fixed number of rows and columns. It is called a double dimensional array also.
A Simple program: Sum of Boundary elements of a Matrix
Boundary elements are those elements which are not surrounded by elements on all four directions, i.e. elements in first row, first column, last row and last column.
A super Anticlockwise Circular Matrix program
Circular matrix is a way to fill the matrix from the center towards the boundary elements in clockwise or anticlockwise manner.
An excellent String program to count words start and end with a vowel
Write a string program to accept a sentence from the user in uppercase. Count the number of words that start and end with a vowel. Bring all...
An essential Julian Day Program
The term “Julian day” is used loosely to mean the day of the year, meaning a number from 1 to 365 or 366 (leap years). January 1 is 1 ,...