Question: In PowerShell, please create the following programs. Please create a program that creates an until loop to: Ask input from the user Allow input until
In PowerShell, please create the following programs.
- Please create a program that creates an until loop to:
- Ask input from the user
- Allow input until a sentinel value is reached
- Count the number of times the loop went thru
- Print out all the user input onto new lines
- Then print the loop number
- Please create a program that creates a while loop to:
- Ask input from the user
- Allow input until a sentinel value is reached
- Count the number of times the loop went thru
- Print out all the user input onto new lines
- Then print the loop number
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
