Task: 

  Write a program that receives inputs on the command line. 
  
  The program should receive one String and one int on the command line.

  Then the program should print the String and add one to the int then report it.