Steps Need Take Get Icecreamorder Run Java Q37113888

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

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.