Posts

Making a Multiplayer Tic Tac Toe game using JAVA

Hey guys, Welcome to my blog one more time and today, I am going to share the code for our very famous and time-pass GAME which is Tic Tac Toe. It took me almost 3 hours to create the code which is bug free. It is a console application so you can just copy the code and run it on any java editor or you may import this project from the link given below. Source package

What are VARIABLES in programming language...?

Whether java or python, or in any of the programming language, there is a concept of variables. Variables  are simply names used to refer to some location in memory – a location that holds a value with which we are working. It may help to think of  variables  as a placeholder for a value.  In simple language, for understanding variables, we can express it as a cup . Variable is just a cup, A container. It holds something. The way cup can be used to hold different things, in the same way a variable can also hold any value , whether it is an integer value or any floating point or any string. Now, coming upon different sizes of variables. A bigger cup holds larger memory and a smaller cup holds small memory. Hence, we can say that the cup holding an integer value is smaller than that of holding a floating point number. The fact that a double type of value cannot be stored in an integer variable may be explained by knowing the fact that WE CANNOT FIT A GIRAFFE IN THE CONTAINER MAD

Introduction

Hey guys, this is Aakash, A Software Engineer, in New Delhi, India.  This blog will soon contain many of the content related to Software Engineering and Competetive Programming and many other important things important as a CS Student or Professional. Be patient for excited content ready to be posted..!