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.

  1. Please create a program that creates an until loop to:
    1. Ask input from the user
    2. Allow input until a sentinel value is reached
    3. Count the number of times the loop went thru
    4. Print out all the user input onto new lines
    5. Then print the loop number
  2. Please create a program that creates a while loop to:
    1. Ask input from the user
    2. Allow input until a sentinel value is reached
    3. Count the number of times the loop went thru
    4. Print out all the user input onto new lines
    5. Then print the loop number

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!