Write program segments that accomplish each of the following:
a)Calculate the integer part of the quotient when integer a is divided by integer b.
b)Calculate the integer remainder when integer a is divided by integer b
c)Use the program pieces developed in a) and b) to write a function that inputs an integer between 1 and 32767 and prints it as a series of digits, with two spaces between each digit.For example, the intger4562 should be printed as :4 5 6 2