Question: Given the following code: int a = 5; b = 7; a = b; b = a; What is the values of a and b

Given the following code: int a = 5; b = 7; a = b; b = a; What is the values of a and b at teh a = b = Given int a = 10, b = 15; a == b True or False a b True or False a >= b True or False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
