IT 116: Introduction to Scripting
Homework 2

Due

Sunday, February 9th 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 "Mother's name" and the variable mother.
  3. Repeat the step above for "Father's name" and the variable father.
  4. Repeat the step above for "Birthday" and the variable birthday.
  5. Repeat the step above for "Favorite Song" and the variable song.

Testing on Your Machine

Copy the Script to Unix

Testing the Script on Unix (Optional)

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