Remember that pizza party where you ordered 12-inch pizzas for everyone? Well, here's a plot twist: you've just discovered that one 18-inch pizza has more pizza than two 12-inch pizzas.
Armed with righteous indignation agianst Big Pizza, you decide to rage-code a pizza area calculator to ensure you always know how much pizza you're getting.
In this exercise, you will write a program that:
As we saw earlier, JavaScript provides many useful mathematical values and functions in the Math object. Here are two you'll use in this exercise:
Now go write some code! Complete the code sample in the editor to calculate the area of a pizza and display the result in the format: "The area of the pizza is: AREA square inches"
Output (Console)