Answer:
The format that is used is: PNG
Explanation:
Answer:
Click home tab, click conditional formatting, click new rule, use formula to determine
It's true and false depending on what format you are using.
For MS Word 2010 and higher
Go to "View" and find checkbox "Ruler"
You didn't specify what the program should output, so there are many possibilities that result in a working program. It *looks* like this was intended:
int x = 24;
int y;
y = x-12;
cout<<y<<endl;
and it will display 12.