Question: Using Powershell Get the teacher name Store date/time in a variable Create a loop that asks for the following information Student Name Grade for the

Using Powershell

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

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!