Posts by Tanisha Saxena
Author Biographical Info: Not available
In this tutorial, we will see how to calculate the area of parallelogram in Java. A parallelogram is a four-sided plane rectilinear figure which has opposite sides parallel. In Euc.... Read More
In this tutorial, we will learn how to calculate the area of a trapezoid in Java programming language. A trapezoid is a 4-sided flat shape having straight sides that has a pair of .... Read More
In this tutorial, I will show you how to create rock, paper and scissors game using java. For this game, we will need two players whose choices are independent of each other. Each .... Read More
In this tutorial, we will see how to print a deck of cards using Java. As we all know, there are 52 cards in the deck. Each of the card has a rank and belongs to one of the four su.... Read More
In this tutorial, we will see how to generate random hexadecimal color code in Java. Colors are specified using hexadecimal values. It is in the form of a hex triplet, which repres.... Read More
In this tutorial, I will show you the program to generate a random OTP in java. They are a unique pattern of numbers of a defined length, used for security purposes. For instance, .... Read More