Answer:
#include <iostream>
using namespace std;
int main()
{
int cookies;
cin >> cookies;
cout << "The calorie consumption is: " << cookies * 142 << endl;
return 0;
}
Explanation:
First line: include basic library of C++(input and output).
using namespace std;
Says to compiler we are using std.
int main() Main function
int cookies, cookies variable, of int type
cin >> cookies
get the number of the cookies from user
cout Print the text and calories(one cookie have 142 calories)
Have a nice day ;)
JOJO fan!?!!?!??!?!?!!?!?
Reject Code 0503<span> indicates that the Spouse's Social Security Number and the first 4 letters of the spouse's last name </span>do<span> not match IRS records. The IRS uses data provided by the Social Security Administration to verify this information. Hope this helps.</span>