What steps do I need to take to get the IceCreamOrder to run inJava?
Solution
You should have a main method in IceCreamOrder classYour main method must be public staticand must take a String array as parameter -> public static void main(String[] args)The way you run the class depends on the ide you are using