Write a class called LunchBox that mimics your lunchBox from school. This class contains four void methods: main method, fruit method, veggie method, and chips method. In the main method, you can invoke all your methods. At the end of your main method, print out the message 'I hope you enjoyed your lunch, I wonder what's for dinner?'. In the fruit method, print the message 'I'm so sweet'. In the veggie method, print the message 'I'm so crunchy'. In the chips method, print the message 'I'm so savory'.