Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 276 Bytes

argument_check.md

File metadata and controls

9 lines (6 loc) · 276 Bytes

Argument Check

Objectives

Note: assume the script is executed with an argument

  1. Write a script that will check if a given argument is the string "pizza"
  2. If it's the string "pizza" print "with pineapple?"
  3. If it's not the string "pizza" print "I want pizza!"