Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

It is for PowerShell. It says that a couple of times right below this sentence. Using a FOR LOOP Using PowerShell ISE or VSCode, create

It is for PowerShell. It says that a couple of times right below this sentence.

Using a FOR LOOP

Using PowerShell ISE or VSCode, create a PowerShell script that does the following:

  1. Get the teacher name
  2. Store date/time in a variable
  3. Create a loop that asks for the following information
    1. Student Name
    2. Grade for quiz (numeric)
  4. After each entry, ask the user if they want to continue
  5. Validate the values are between 0 and 100 and not empty (null)
    1. Exit the program with an error message if the values are invalid
  6. If the score is below 60 (<60), then enter the students name and score in a comma delimited file called needsHelp.txt
  7. If the score is 90 or higher (>90), then enter the students name and score in a comma delimited file called bestOf.txt
  8. At the end of the script display the following information
    1. Teachers Name
    2. Todays Date
    3. Average score of scores entered
    4. Total number of As, Bs, Cs, Ds, Es
    5. Display the names and scores for the students from needsHelp.txt
    6. Display the names and score for the students from bestOf.txt

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Datacasting How To Stream Databases Over The Internet

Authors: Jessica Keyes

1st Edition

007034678X, 978-0070346789

More Books

Students also viewed these Databases questions

Question

ppropriate in response to employee feedback.

Answered: 1 week ago

Question

List the steps in the succession management process.

Answered: 1 week ago

Question

What is the purpose of the Salary Structure Table?

Answered: 1 week ago

Question

What is the scope and use of a Job Family Table?

Answered: 1 week ago