Hackerrank – Java Stdin and Stdout 1

Problem Statement
A description of the problem can be found on Hackerrank.

Solution
Repeat reading int from scanner as in example for 2 another variables
Again print 2 new variables to standard output as example with variable a.

I created solution in:

All solutions are also available on my GitHub.

Java