Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using an UNITL loop, I would like help creating a PowerShell program that does the following: Shows an overseeing teachers name - Wood Todays date

Using an UNITL loop, I would like help creating a PowerShell program that does the following:

  1. Shows an overseeing teachers name - Wood
  2. Todays date
  3. Asks for test scores from a final exam of 10 students.
    1. If a user fails, (< 60) then enter the students name and pass this out to text file called needsHelp.txt (5 fail - John, Tommy, Mira, Katie, and Laurel)
    2. If a user passes with flying colors (> 90) then enter the students name and pass this out to a text file called bestOf.txt (5 pass - Stephen, Dana, Grant, Luna, and Myles)
  4. Scores must be between 0 and 100
  5. Scores cannot be NULL
  6. Have the user enter a sentinal value to quit
  7. At the end of the program display the following:
    1. The overseeing teacher's name - Wood
    2. Todays date
    3. Average score
    4. Total number of As, Bs, Cs. (There should be a total of 10 scores)
  8. Display lists of names of the students who didnt pass the test
  9. Display lists of names from the 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

Step: 3

blur-text-image

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

Visual Basic Net Database Programming

Authors: Rod Stephens

1st Edition

0789726815, 978-0789726810

More Books

Students also viewed these Databases questions

Question

What is job rotation ?

Answered: 1 week ago