Hey there! I"m happy to help!
We see that 1 inch is equal to 5.6 miles for this scale factor. If we have three inches, we simply multiply 5.6 by 3 to figure out how many miles this is!
5.6(3)=16.8
Therefore, Janet's home is 16.8 miles from her office.
Have a wonderful day! :D
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.
you don't list any expressions to choose from but
if width = x
and length = 2x
Area = 2x * x
Area = 2x^2
Answer:
27
Step-by-step explanation: