Answer:
He knows that 30÷5 is 6. He then multiplies 6 by 6 to get 36
Step-by-step explanation:
A is option is the best approach for him to find the answer.
Answer:it would be 1385
Step-by-step explanation:because 850 miles per hour converted into meter per min would be 22799.04 meters per sec and then u would Find the number in the whole number place
4
and look one place to the right for the rounding digit on the right side of the decimal point
7
.Round up if this number is greater than or equal to
5
and round down if it is less than
5
1385
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.