Tagged: projects

Digital Clock

Hey there! Time is precious. Time and tide wait for none. Time is money. It is true that most valuable thing in our lives is time. Time once gone cannot come back. So ,...

HELLO WORLD Animation

Hey there coders!  This is a new way to write “HELLO WORLD” in java. Whenever we start to learn any language it is a convention to first print “HELLO WORLD” using that language. Thereby,...

NetBeans IDE

How to make a project in NetBeans IDE

To make a new project in NetBeans IDE, we have to first download and install the NetBeans IDE to the system. To download the NetBeans IDE, you have to go to its official site....

Eclipse IDE

How to make a new project in Eclipse IDE

To make a new project in Eclipse IDE, we have to first download and install the Eclipse IDE to the system. To download the Eclipse IDE, you have to go to its official site....

Ping Pong

Ping Pong Game

Ping Pong is a game which is similar to the game Table Tennis. It is a two-player game. Like in the previous BreakOut game, In this also the players have to prevent the ball...

BreakOut

BreakOut Game

Breakout is a game in which you as a player control a bat which is at the bottom of the game panel which is used to prevent the ball to escape from the bottom...

tic-tac-toe

Tic-Tac-Toe

Tic-Tac-Toe is a game which played between two players. The chances are given alternately to fill the board with your chosen symbol and if your symbol is matched horizontally or vertically or diagonally you...

stopwatch

Stopwatch

We all know what is a stopwatch and the purpose for which it is used. So, I have made a program which imitates the working of a stopwatch. So, let’s go directly to the code.Explaining...

scoresheet

Quiz Scoresheet

Quiz Scoresheet is the project in which it is used to control the quiz scores. And later it gives the names of the winner and scores and also lists the rank of every team....

permutation

Permutation

A permutation is a mathematical concept in which it gives the total number of ways a set can be arranged. A set can be of numbers or characters. I had made this project on...