Run »
×
Change Orientation
public class Main { public static void main(String[] args) { int x = 5, y = 6, z = 50; System.out.println(x + y + z); } }
61
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit