Ask your own question, for FREE!
Computer Science 14 Online
OpenStudy (anonymous):

Y=(A+B)(A+B)(A+B+C)

OpenStudy (anonymous):

Hello! Do you have a question about this?

OpenStudy (mandre):

#include <iostream> using namespace std; int main() { int Y, A=1, B=2, C=3; Y = (A + B)*(A + B)*(A + B + C); cout << "Y = " << Y << endl; return 0; }

OpenStudy (anonymous):

Are you trying to simplify this...? So, Y=A^3+B^3+C?

OpenStudy (anonymous):

soory this is not math...it is electronic digital....using booelan theory and de morgen theory

OpenStudy (mandre):

1 month later......

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!