1) Write a program to demonstrate the use of modulus operator. Modulus operator finds the remainder of division. eg. c = a % b; (a=5, b=2). You should obtain the result as 1.