public class Solution { public static void main(String[] args) { int a, b; a = 5; b = 2; System.out.println(a + b);