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.
There is no figure. You will have to take a picture to show us.
Answer:
1) No
2) No
3)Yes
4)No
Step-by-step explanation:
Distributive property: a(b + c) =a*b + a*c
1) 4(5c + 3) = (4*5c) + 4*3
= 20c + 12
NO
2) 2(8f - 5) = (2*8f) - (2*5)
= 16f - 10
NO
3) 3(4g + 7) = (3*4g) + (3*7)
= 12g + 21
YES
4) 6(4j - 6) =(6 * 4j) - (6*6)
= 24j - 36
NO