nabilarizwan0987 nabilarizwan0987 15-11-2022 Computers and Technology contestada consider the following code segment. int a = 10; int b = 5 * 2; system.out.print(a == b); what is printed as a result of executing the code segment?