Answer:
c2
Step-by-step explanation:
Answer:
Step-by-step explanation:
programs can be written in multiply languages. for this solution I'll be writing in C++.
#include<iostream> // this is called the preprocessor definition
using namespace std;
int main() //the main function
{
int num, product; //declaration of the variables
cout << "enter the whole number";
cin >> num;
product = num * 12;
cout << product; // displaying the final results
return 0;
}
Answer:
36 oz.
Step-by-step explanation:
If a 12 Oz soft drink is 80 cents, and we need to find out much many oz in in 2.40, we need to multiply 12 by 3.
because: 2.40=.80×3
so: 12×3= 36