Predict the output
package test1;
public class Test1 {
public static void main(String[]args) {
int a=29,b=8,c;
c=a+b;
System.out.println(c);
}
}

Posted on by