IT 116: Introduction to Scripting
Homework 2

Due

Sunday, September 15th 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 "Email" and the variable email.
  3. Repeat the step above for "Unix username" and the variable username.
  4. Repeat the step above for "Major" and the variable major.
  5. Repeat the step above for "College" and the variable college.

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.