Package com.example.demo.calorie
Class App
java.lang.Object
com.example.demo.calorie.App
The main application class for the calorie tracker.
This class contains the standard
main method to start the program.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
App
public App()
-
-
Method Details
-
main
The main method that executes when the program starts. It initiates the user interface/prompt selector and closes the global keyboard input resource.- Parameters:
args- Command line arguments (not used).- Throws:
Exception- if an error occurs during the prompt execution or resource closing.
-