Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
2. You are writing a javascript program that determines if you will be losing, gaining, or
maintaining weight. Remember every 3,500 calories equals about 1 pound. Your program takes
as input:
1. Your every-day calorie intake
2. Your every-day calorie expenditure
and outputs a message that is either "You will maintain your weight", "You will lose a pound in
??? days" or "You will gain a pound in ??? days". You have to insert the correct amount instead
of ???.
Please give me java script programing solution for this question
question