Search for question
Question

Problem 4: Write a process that will ask the user to enter a number then output a pattern consisting of user's number of# in the first row, the user's number -1 # in the second row, the user's number -2 # in the third row, etc. until the last row contains 1 #. For example if the use rentered 8, the pattern would be

Fig: 1

Fig: 2