Answer:
We are given that the frame is 2 units wide, which means that we subtract the length of the outer frame by 2 units for each side:
7 - 2 -2 = 3
9 - 2 -2 = 5
Now, we have the length and width for the smaller rectangle, so we use the area formula (area = length*width) to get:
3*5 = 15
Step-by-step explanation:
Please support my answer.
Answer:
Step-by-step explanation: BIG BOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOYZZZZZZZZZZZZZZZZZZZZZZZZZ
Sorry misspelt every word , i’m trying to do this fast. Thank you
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.