unit 1 stair for exercise 1

s: needs to ask user for full name then tell the user differnt orders of saying there name.

t:input output varaible

a:make variables called firstName, midLetter, lastName

input user for there first name and store it onto the varable firstName

input user for there last name and store it onto the varable lastName

input user for there middle initial and store it onto the varable midLetter

output lastName firstName midLetter

output firstName midLetter lastName

i:look at u1ex1.html to see how i implment this.

r:i didnt have to refine it it worked right off.