Assessment O
Prompt
Create a single PowerShell script that contains the following components:
A header that contains the following comments:
Name: (your full name)
Assignment: OPS304, Week 4
Purpose: Working with HTML and Arrays in PowerShell
Date: (today's date)
Complete each section and provide a comment above each section:
Part A-An array that will output each element of the following array on a separate line
@array = @("Week 1", "Week 2", "Week 3", "Week 4")
Part B-Write the information from Part A to an HTML file and append the following text:
"I completed the final assessment for OPS304!"