IT 116: Introduction to Scripting
Homework 2

Due

Sunday, September 14th 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 "Birth Year" and the variable year.
  3. Repeat the step above for "Birth Month" and the variable month.
  4. Repeat the step above for "Birth City" and the variable city.
  5. Repeat the step above for "Favorite Color" and the variable color.

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.