1. Find the Value of X.
a = 12; b=4; c=2; d=10; e=3;
x = (a + d % e + e)/b % 3;
2. Write a c++ statement equivalent to the following mathematical assignment
x= a2+b3/(a+b*c)
These are just practice test questions, I want to see how you guys can solve it so I can see I'm doing it right, thank you so much!!