# Exercise 3 # Task: ''' Print the following: - Sum of 5 and 10 - Difference of 5 and 10 - Product of 5 and 10 - Quotient of 5 and 10 - Remainder of 5 and 10 Do not use variables. '''