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:
good luck...
Step-by-step explanation:
Answer:
-8100
Step-by-step explanation:
(2/5)^-2(-3)^4
Given data
and second term
The first term= (2/5)^-2 and
Second term=(-3)^4
Simplify the first term
(2/5)^-2= 2^-2/ 5^-2= 1/2^2 * 1/5^2
=1/4/ 1/25
=1/4*25/1
=100
Simplify the second term
=(-3)^4
= -81
Hence, 100*81
=-8100
Answer:
C. 155.5 cm2
Step-by-step explanation:
area = 5*15 + (15+8)*7/2 = 75 + 80.5 = 155.5 cm2
Have a nice day hope this helps