Answer:
its 9
Step-by-step explanation:
I have gotten it correct on ED
Answer:
Maybe try doing it earlier, don’t try doing things last minute it will put too much stress. Thank you :)
Step-by-step explanation:
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.
Area of the trapezium = 1/2(18 + 6) x 12
Area of the trapezium = 144 in²
------------------------------------------------
Answer: Area = 144 in²
------------------------------------------------