Answer:
2 2/5
Step-by-step explanation:
12 can go into 5 2 times with a left over of two, so it would be 2 which is 10 and a left over of two. The denominator stays the same. So it would be 2 2/5.
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.
Answer:
B. 100
Step-by-step explanation:
(m + n)^2
= m^2 + 2mn + n^2
Rearrange
(m^2 + n^2) + 2mn
Substitute
(68) + 2*16
= 68 + 32
= 100
Answer:
sorry if I'm wrong but I think its a=1/6