Let’s write a simple PHP Program to find the Quotient & Remainder. Before writing the program, let’s see a small example of what is a
In this post, we are going to write a simple Java Program to find the Quotient & Remainder. Before writing the program, let’s see what
Here is a simple Java program for beginners, Write a Java program to find a leap year or not. Formula for finding a Leap year
Here in this post, we are going to see how to convert Binary numbers to Decimal numbers. To convert any Binary number to Decimal in
To find the Power of a number in JavaScript you can use the readily available function Math.pow(). But sometimes, especially in the interviews they might
In this post, we are going to write a pure JavaScript program to print alphabets from A to Z and a to z. To print
In this post we are going to write a simple C program to print alphabets, both Capital letter alphabets and Small letter alphabets. It’s not
In this post we are going to write a JavaScript program to find the “Area of Triangle”. Here is the complete JavaScript program to find
In this post we are going to write a C program to calculate the “Area of square”. Formula for calculating “Area of square” is, Area
Hi People, In this post we are going to write a simple jQuery script to shake effect (animate) your input box. To animate we need