Study the following codeC = A * B + 7 mod 3

If A > C then Display “A has a higher value that C” B = A – C Else Display “A is equal to or less than C”B = C – AEndifDisplay “the value of B is now “, BDisplay “the value of C is now”, C
What would be displayed if the code is executed and the following values apply?A = 5 and B = 7 ONLY type in the two values