maisharb27 maisharb27 19-04-2020 Computers and Technology contestada Write a method void Print(int LastNumber, int numbersPerLine) that receives two integerslastnumber and numbersPerLine. The program should print all the numbers from 1 to lastnumber, numbersperline each line. The last line should contain the remaining numbers.