I think its B
that's THINK i'm not completely sure
Answer:
Braniest please and promise
Step-by-step explanation:
3/2 or 3/2=1.5
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:
375x22= 8,250
Step-by-step explanation:
use a calculator!