Programming Assignment 3
Programming Assignment 3
Shreyan Saha
September 2023
1. Accept two positive integers x and y as input and print the number of
digits in xy .
2. Accept a two digit number and print the sum of its digits as output.
3. Accept a three digit integer and print the product of its digits as output.
4. Accept an integer from the user and print the remainder when it is
divided by 3,5 and 7 respectively with each remainder in separate lines.