Answer:
#include <bits/stdc++.h>
using namespace std;
int main() {
double n;
cout<<"Enter a decimal number: ";
cin>>n;
int Round= floor((n- floor(n))*2);
if(Round==0)
{
n= floor(n);
}
else n= ceil(n);
cout<<n;
return 0;
}
Answer:
Check button under error checking
Explanation:
Under the Tools tab there are two options:
Error checking and Optimize and defragment drive option.
clicking the check button with administrative permission under error checking option will examine the hard drive for errors.
Answer: 17.7 Years
Explanation:
YEARFRAC is a function in Microsoft Excel that returns the year fraction representing the number of whole days between a particular start date and an end date.
A typical view of the function is:
=YEARFRAC(start_date, end_date, [basis])
All that needs to be done is
1. Type in the equal to sign(=) in the cell you want your answer,
2. Type in YEARFRAC and open your bracket,
3. Input your start date and end date, close your bracket and press enter.
Answer:
gross domestic product
Explanation:
there are 4 different types, I don't know if that was what you were looking for but
I hope it helped :)