News

Run a loop ‘n’ number of times to iterate through each of the rows. From i=n to i>=1. The loop should be structured as for( i=n; i>=1 : i–). Run a nested loop inside the main loop to print the spaces ...