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
Author: agurchand

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

Here is a list of useful 25 Telugu words to learn. These Telugu words are used in daily life conversations. This is Part 2 of

Here is a list of useful 25 Telugu words to learn. These Telugu words are used in daily life conversations. This is Part 1 of

Are you looking for a C program that can perform temperature conversion such as Celsius to Fahrenheit and Fahrenheit to Celsius? then you are at

In this post, I will show you how to write a simple JavaScript program to check if a number is Negative or Positive. I am

In this post, I am going to show you how to write a simple C program to calculate the Simple Interest. The formula to calculate

In this post, I am going to write a very simple C program to increment the number by a given value every second. This program

In this Python example, we are going to see how we can do mathematical operations such as Addition, Subtraction, Multiplication & Division. It’s fairly simple