When you click the green flag the program does not do anything ... your task is to create a script that 1. asks the user to provide the following information (data): name, age and favorite food (you'll need a variable for each) 2. once the user types in the info the data is recorded (kept) in the relevant variable 3. when all the data is collected, the script will present (print to output area) the recorded answers back to the user Tip: use the Sensing blocks (Ask) to collect the answer … use the Data blocks (variables) to store the answer …. use the Looks blocks, Operators blocks (join) and your variables to present the collected data ...