Adding a meal entry with the maximum possible calorie value (2147483647 as stated in the program) will add the meal with that number but as negative calories.
Steps to reproduce:
- Add a meal entry with the
add mealEntry command, but input the calorie value as 2147483647. E.g., add mealEntry Pizza /c2147483647.
- The program will record the day the meal is consumed as having -2147483647 current calories consumed, with a -96041207% percentage.

Adding a meal entry with the maximum possible calorie value (2147483647 as stated in the program) will add the meal with that number but as negative calories.
Steps to reproduce:
add mealEntrycommand, but input thecalorievalue as2147483647. E.g.,add mealEntry Pizza /c2147483647.