% Chris Smith, 999999999 % CSC104, Instructor: Songnian Zhou; TA: Miranda Leung % Assignment 1, PART 1 % a2part1.t % % Note: It is assumed that only non-negative integer values will be % entered at the prompt for dollars. var dollars : int % dollar amount to be withdrawn put " ***** Welcome to ATM *****" put "" put "Please enter the amount of cash you want to withdraw: $" .. get dollars put "" put "Please pick up $", dollars put ""