Build a silly sentence using variables and format!() or println!().
format!()
println!()
Create variables for an animal, a color, and a food, then print:
animal
color
food
The blue cat went to the store to buy pizza.