At the last you should create a sum variable and make it to add both the number like this = int sum = First + Second
int sum = First + Second
System.out.print(sum);
This should help you out