Skip to content

hjoseph777/JavaFoodAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Food Data Analyzer

lab 2

Food Data Analyzer is a Java application designed to process and analyze food data, specifically calculating calories per serving based on fat grams, total calories, and servings.

Project Structure

    analyzerfood/
    README.md
    pom.xml
    src/
        main/
            java/
                com/
                    food/
                        FoodDataAnalyzerMain.java

FoodDataAnalyzerMain.java

                        FoodDataProcessor.java

FoodDataProcessor.java

            resources/
                images/
                    flowchartfood.png
        test/
            java/
    target/
        classes/
            com/
                food/
                    FoodDataAnalyzerMain.class
                    FoodDataProcessor.class
                    
        test-classes/

link

FoodDataAnalyzerMain.java FoodDataAnalyzerMain.java FoodDataProcessor.java FoodDataProcessor.java

Flowchart

Flowchart

Display Result

Display Result

Usage

The program accepts user input for the name of the food item, fat grams, total calories, and servings, and calculates the calories per serving. The program displays the result in the console.

Dependencies The program uses the following dependencies:

Java 11 JUnit 5 Maven

author

Harry Joseph, September 29, 2024

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages