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 ;)
Answer:
computer is used to create a voucher document
Answer:
i have no idea what the answer is
Explanation:
Crime pattern analysis <span>uses the gps methodology to predict the likely location of an offender's base of operation.</span>
As young as 10 years old
have a good day :)