Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Need to input the variables with the appropriate data type and value as shown in the table below:
Need help with completing the Java code mentioned below.
Need to input the variables with the appropriate data type and value as shown in the table below:
Variable Name Type of Value Stored
nameOfIngredient Text
numberOfCups Decimal numbers (e.g., ½ a cup)
numberOfCaloriesPerCup Whole numbers
totalCalories Decimal numbers
Include an expression that multiplies the numberOfCups by the numberOfCalories per cup and assign this value to totalCalories.
SteppingStone2_IngredientCalculator.java
package SteppingStones;