public class Solution{ public static void main(String[] args){ short x = 20; x = x * 10; System.out.print(x); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login