Write first java program which prints message on the output screen

Ex: Write your first java program which prints Hello Java. How to Write first java program which prints message on the output screen. Java program which prints Hello Java message on the output screen

Java programming introduction for beginners

Java Programming introduction for beginners

  Introduction to Java programming:

Java is a mostely used and one of the most popular programming languages, which is developed by sun Microsystems in 1991. Java is developed by James Gosling and Patrick Naughton.

Learn C Programming in Easy Way | codeforhunger

In this article I am going to share all C programming exercises and solutions. Here, you will find all C programming exercises and examples on this blog.

To start learning Programming first you need to know what is programming and why it is important to learn.

How to Write Correct Code in C Programming and Where to Begin

To start coding in C you need to start learning C programming first and most important thing is your interest should be in C programming.

C Program to Print 2 15 41 80 132 197 275 366 Numbers Series

Ex: Write a C program to print 2 15 41 80 132 197 275 366 numbers series. How to write a C program to print 2 15 41 80 132 197 275 366 numbers series. C program to print 2 15 41 80 132 197 275 366 numbers series.


Input from user:

Enter the number: 8


Expected output:

2 15 41 80 132 197 275 366

C Program to Print 1 3 8 15 27 50 92 Number Series

Ex: Write a C program to print 1 3 8 15 27 50 92 number series. How to write a C program to print 1 3 8 15 27 50 92 number series. C program to print 1 3 8 15 27 50 92 number series.


Input from user:
Enter the number: 8

Expected output:
1 3 8 15 27 50 92

C Program to Print Natural Numbers Series

Ex: Write a C program to print natural number series. How to write a C program to print natural number series. C program to print natural number series.


Input from user:

Enter the number: 8


Expected output:

1 2 3 4 5 6 7 8...

Series Programs in C Exercises and Solutions

In these post we will learn different mathematical series programs using C programming language. 

In this exercises you will learn about series programs. How to print series programs in C programming language. Below is shown some series programming exercises and examples or practice set to solve it your self.

Guess the Number Game in C (Project 2)

Guess the number game Program in C:

In this tutorial we will learn how to create Guess the number game project in C.


  Quick links:


In these program we used two extra header files one is <stdlib.h> and second is <time.h>. <stdlib.h> header file  used because,

Rock-Paper-Scissor Game In C (Project-1)

Rock-Paper-Scissor Game Project using C Language:


In this tutorial we will learn how to create Rock-Paper-Scissor game project using C language.


  Quick links:




In these program we used two new header files one is <stdlib.h> and second is <time.h><stdlib.h> header file  used because