Write a method void Print(int LastNumber, int numbersPerLine) that receives two integers
lastnumber and numbersPerLine. The program should print all the numbers from 1 to lastnumber,
numbersperline each line. The last line should contain the remaining numbers.