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 ;)
Every application has access to specific opened port. If you only make a exception for the specific application only that application can bypass the firewall.
Answer:
C.) for priority-based scheduling algorithms
Explanation:
for priority-based scheduling algorithms
Answer:
The problem would be the battery
Explanation:
The reason is becuse the battery might be bad or have a shortage in it hope this helps :) and good luck!