- script.js
JavaScript
Result
Goalscompleted
Write a program for calculating the caloric content of Muffin’s breakfast:
- enter
50 * (42 / 100);
in the editor and look at the result in the console.
100 grams of milk contain 42 calories. That’s where the numbers come from.
Comments