Instructions: Code a method called calcRemainder() that receives two integers through its parameter list and returns the remainder. In the main()
1. Prompt users for two integers.
2. Call calcRemainder() by sending it the two integer arguments.
3. Store the value calcRemainder() returns in a variable called remainder.
4. Print as follows:
integer1%integer2 = remainder
where the actual value for the integers and the remainder is printed