12345678910
double x = 3; double y=4; double z=5; double A = (x+y) * z/3; double B = x+y * (y+z/2)-15; double C = x + (y+z) - (x+y); //Figure out how to display yourself //Hint: there is Tutorials section on this site.