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:
I think it's 9 again I think
Step-by-step explanation:
Answer: I am pretty sure it is 35 min
Step-by-step explanation:
Answer:
y = -x
Step-by-step explanation:
The line has a slope of -1 and it passes through point (0,0)
Taking another point (x,y) on the line;
Slope = change in y ÷ change in x
For our case; slope = 
Cross multiplying this gives;
y = -x