aking3880 aking3880 16-02-2024 Engineering contestada Consider the code segment below:int x = 10;int y = 20;cout << (y - x / y);What is printed as a result of executing the code segment?a) 1b) 1.5c) 3d) 20e) 20.5