Question
Create a single NOTEPAD or PDF file that restates the problem in your own words, specifies what input is needed for whomever is using the
Create a single NOTEPAD or PDF file that restates the problem in your own words, specifies what input is needed for whomever is using the process, what output is expected, the step by step process (algorithm) to get the output from the input, and test data (input for which you know the expected output for each of the 3 problems given below. (Include all this information in one file) You should not write any code. Make sure the problem statement is in your own words and is descriptive enough so someone not reading the problem you were given will understand what is being done. Do not write any code.
Write a process that will ask the user to enter a number then output a pattern consisting of users number of # in the first row, the users number -1 # in the second row, the users number -2 # in the third row, etc. until the last row contains 1 #. For example if the user entered 8, the pattern would be
########
#######
######
#####
####
###
##
#
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started