IT 116: Introduction to Scripting
Homework 2

Due

Sunday, February 4th at 11:59 PM

What You Need to Do

Setup On Your Machine

Specification

Output

Suggestions

  1. Write an input statement that asks the user for their name and stores it in the variable name.
    Print "Name" and the value of name.
  2. Repeat the step above for "Favorite Music" and the variable music.
  3. Repeat the step above for "Favorite Group" and the variable group.
  4. Repeat the step above for "Favorite Song" and the variable song.
  5. Repeat the step above for "Best Concert" and the variable concert.

Testing on Your Machine

Copy the Script to Unix

Testing the Script on Unix (Optional)

Copyright © 2022 Glenn Hoffman. All rights reserved. May not be reproduced without permission.