News

Using IF and ELSE gives two possible choices (paths) that a program can follow. However, sometimes more than two choices are wanted. To do this, the statement ELSE IF is used. Python close PythonA ...
Pyramid number pattern In this section, we learn how to print pyramid number pattern in the java. here we create half pyramid, inverted half pyramid and the triangle pyramid using a number in java.