Fill out your code in the playground below. If you need to reference the tutorial for any help, run your code to save it before returning back to the previous page. If you are stuck, running your code will give you a hint of what you need to do next.
Remember:
Setup customer information
Find store information
Create an order
Setup credit card information
Submit order to store
Greg's Pizza
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//{
package com.yourself;
import com.pizzapi.*;
public class Pizza {
public static void orderPizza() throws PizzaException {
//}
//{
}
}
//}
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.