You can't cheat you can't ask someone for help and ask for answers ;-;
Answer: that the people he is addressing appreciate intellectualism
Step-by-step explanation: found it on quizlet
The answer is 100% percent
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:
69.08 m
Step-by-step explanation:
C = 2(pi) x r
Radius (r) = 11
Pi = 3.14
C = 2(3.14) x 11 = 69.08