Question 1 of 1010%
Primitives, Strings and Operatorseasy

Given the code snippet: int x = 5; int y = 2; double result = x / y; What is the value of result?

Select one: