Program: Write a piece of code that prints the values requested in each part, given these variables:
int x,y,result;
float fresult;
Part 1: The sum of x & y
Part 2: The product of x & y
Part 3: The integer quotient of x & y
Part 4: The remainder of the integer division of x by y
Part 5: The floating point quotient of x & y