Question: 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:
- Shows an overseeing teachers name - Wood
- Todays date
- Asks for test scores from a final exam of 10 students.
- 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)
- 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)
- Scores must be between 0 and 100
- Scores cannot be NULL
- Have the user enter a sentinal value to quit
- At the end of the program display the following:
- The overseeing teacher's name - Wood
- Todays date
- Average score
- Total number of As, Bs, Cs. (There should be a total of 10 scores)
- Display lists of names of the students who didnt pass the test
- Display lists of names from the bestOf.txt
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
