Answer:
a)
#include <iostream>
using namespace std;
int main() {
bool a,b,c;
cin>>a>>b;
if(a^b)//X-OR operator in C++.
c=true;
else
c=false;
cout<<c;
return 0;
}
b)
#include <iostream>
using namespace std;
int main() {
bool a,b,c,d;
cin>>a>>b>>c;
if((a^b)^c)//X-OR operator in C++.
d=true;
else
d=false;
cout<<d;
return 0;
}
Explanation:
The above written programs are in C++.There is an operator (^) called X-OR operator in C++.It returns true if the number of 1's are odd and returns false if the number of 1's are even.
In the if statement I have user X-OR operator(^) to find the result and storing the result in another boolean variable in both the questions.
Answer: Live preview
Explanation:
The live preview feature enables to display the current slide with the design theme formatting applied with the mouse pointer. This feature is also available in digital cameras where the screen can be used as viewfinder.
Answer:
with the power button or do the sleep or shut down
and by the type of computer
Explanation:
sry if its wrong
have a good day:)
-XxMissNobodyxX
Answer:
Eraser tool -removes the unwanted part of the drawing.
Row -horizontal space running from left to right.
Text -Primary component of a multimedia.
Drawing Area -Working are of ms point program.
I hope this helps!! Correct me plz if I'm wrong. If I'm right, could you mark me as brainliest?