Variables (8 pts):
Given the MATLAB code line:
name = input('Enter name','s')
Write code so that this is produced (shown as if Randy was typed in by the user):
>> Nice to meet you, Randy, have a nice day!