Question: can you make a project like this using Visual studio community edition , and can you please put Abdel Elbadry on the form instead of

can you make a project like this using Visual studio community edition , and can you please put Abdel Elbadry on the form instead of calorie counter.
Calorie Counter
Enter the # of Grams
Fat:
Capps:
Clear
Proen:
Calories for current item:
Total # of items:
Total # of calonies:
CodeCalorie Counter
Enter the # of Grams
Fat:
Capps:
Clear
Proen:
Calories for current item:
Total # of items:
Total # of calonies:
Code
Public Class CalorieCounterForm
Const FAT_CALORIES_PER_GRAM As Integer =9
Const PROTEIN_CALORIES_PER_GRAM As Integer =4
Const CARBOHYDRATE_CALORIES_PER_GRAM As Integer =4
Din TotalitemInteger As Integer
Din TotalCaloriesInteger As Integer
Public Class CalorieCounterForm
Const FAT_CALORIES_PER_GRAM As Integer =9
Const PROTEIN_CALORIES_PER_GRAM As Integer =4
Const CARBOHYDRATE_CALORIES_PER_GRAM As Integer =4
Din TotalitemInteger As Integer
Din TotalCaloriesInteger As Integer
can you make a project like this using Visual

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!