Friday, 14 March 2014

POWERSHELL

YOUR TASKS
  • Create a script which creates 4 different arrays
    • The first array will be a simple numerically indexed array. Its contents should be the Powershell reserved words from Table 4.1 on page 127
    • The second array will be a simply numerically indexed array. Initalize its value using a range of numbers from 20 to 50.
    • The third array will be a combination of the first and second array, but leave out the numbers 20-30 from the second array.
    • The fourth array will be an associative array of your favorite sports team, university, or other list of your choice. You can choose the format of the key/value pairs. The array should be at least 10 elements in size.
WORK TO SUBMIT
Submit the script you created above

No comments:

Post a Comment