Answer:
$0.09.
Step-by-step explanation:
2.99/33
= $0.0906
Yes , I agree w them I’m gonna go with the answer D.
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: the correct answer is 76
Step-by-step explanation:
(APEX)
Answer: 25% of 40 or 0.25 of 40 is 10.
Step-by-step explanation:
Basically you have to divide 40 by 10 because 1/4 of 100 is 25. 25 is 1/4 of 100.
So knowing this 40/0.25 is equal to 10. This is why 0.25 of 40 is 10.