News

Inverted Pyramid Star Pattern Algorithm: Enter the number of lines take input from the user and store it in any variable. (‘n‘ in this case). Run a loop ‘n’ number of times to iterate through each of ...
Hollow Pyramid Star Pattern Algorithm: Enter the number from the user and store it in any variable. (‘n‘ in this case). Run a loop ‘n’ number of times to iterate through each of the rows. From i=0 to ...