note* please solve it as a beginner student level not a proffesional programmer

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
correctanswer
Posts: 43759
Joined: Sat Aug 07, 2021 7:38 am

note* please solve it as a beginner student level not a proffesional programmer

Post by correctanswer »

note* please solve it as a beginner student level not a proffesional programmer
Note Please Solve It As A Beginner Student Level Not A Proffesional Programmer 1
Note Please Solve It As A Beginner Student Level Not A Proffesional Programmer 1 (37.43 KiB) Viewed 65 times
Task 1: How Many Calories? A bag of cookies holds 30 cookies. The calorie information on the bag claims there are 10 "servings" in the bag and that a serving equals 300 calories. Write a program that asks the user co input how many cookies he or she actually are, then reports how many total calories were consumed. you must know the following facts: • To Calculate the number of cookies in a serving: cookiesPerServing = Cookies_Per_Bag / Num_Servings; • To Calculate the number of calories in a cookie. caloriesPerCookie = calories_per_serving/cookiesPerServing; • To Calculate the total calories consumed. totalCalories = caloriespercookie * numCookies;
Register for solutions, replies, and use board search function. Answer Happy Forum is an archive of questions covering all technical subjects across the Internet.
Post Reply