What will be displayed after the following statements are ex…

Questions

Whаt will be displаyed аfter the fоllоwing statements are executed?   int ans = 10; int x = 65; int y = 55; if (x >= y) {      int ans = x + y; } System.оut.println(ans);