In this post, I will show you how to write a simple Java Program to generate Random First & Last Names and print them on
Category: Programming

Let us see how to write a simple PHP program to calculate EMI. This program can be used to calculate Home Loans, Car Loans &

In this post, I am going to write a Simple Guessing game in PHP. If you are a beginner or a college/school kid you can

In this post, I am going to write a Simple Java program to Calculate EMI This program takes the principal amount, interest rate, and loan

In this post, I am going to write a very simple C program to find Square Root. I am using the Newton Raphson method to

Let’s see how to write a simple C program to Reverse a Number. I will use the “while loop” to reverse the number in this

In this post, we are going to see how to write a C program to find Student Total marks & Percentages. What will you learn

In this post, I am writing a straightforward C program to find whether the entered number is Even or Odd as well as Positive or

In this post, I am going to write a C program with nested if statements to find the Leap year. This example C program is

In this post, we are going to see how to write a PHP script to strip vowels from strings. This post could be useful for