News

3.Write a Java program to calculate a Factorial of a number. 4.Write a Java program to find out whether the given String is Palindrome or not. 5.Write a Java program to calculate Permutation and ...
Diamond number pattern printing In this section, we learn about Diamond numbers pattern printing. Here we will see how to use loops to print the numbers starting from 1 up to N in the form of diamond.