##==========================================================## Pizza recipe 🍕
- Stretch the dough.
- Put on olive oil on the dough.
- Put sauce on the dough.
- Put cheese on.
- Add slices of pepperoni (as many as you want).
- Cook pizza in the oven for 20 mins at 350 farenheit.
- Take out the pizza and cut it into even pieces.
- Enjoy! :)
##==========================================================## Convert Farenheit to Celsius 🌡️
- Take the Farenheit temperature input and substract 32.
- Multiply the result of the substracion by 5/9.
- The product of that is your temperature in Celsius. Convert Celsius to Farenheit 🌡️
- Take the Celsius temperature input and multiply it by 9/5.
- Add 32 to the product of that.
- The resulting temperature is now in Farenheit.
##==========================================================## Formula cube 🧊
- Identify the length, width and height of the cube.
- Multiply them.
- The product is the volume of the cube.
Formula sphere 🪩
- Identify and measure the radius of the sphere.
- Now multiply the radius 3 times.
- Multiply by pi.
- Lastly multiply by 4/3. The product of that is the volume of the sphere.
Formula pyramid
- First you need the area of the base.
- Multiply length by width of the base to get the area.
- The multiiply the product of that by the height of the pyramid.
- Divide the product of that by 3 and the result of that is the volume of the pyramid.
##==========================================================##
Numbers

##==========================================================## How Old Are You
Date birthDate; Date today; int age = today-birthDate; print age;
##==========================================================## Find the Treasure
A & C have treasure
##==========================================================## Logic Problem
Bob is telling the truth.
##==========================================================##