[solved]-Write Function Headers Comments Tasks Described Computing Larger Two Integers B Computin Q38995682
Write function headers with comments for the tasks describedbelow.
a. Computing the larger of two integers
b. Computing the smallest of three floating-point numbers
c. Checking whether an integer is a prime number, returningTrue if it is and False otherwise
d. Checking whether an integer is contained inside anotherstring
e. Computing the balance of an account with a given initialbalance, an annual interest rate, and a number of years of earninginterest.
f. Printing the balance of an account within a given initialbalance and an annual interest rate over a given number ofyears.
g. Printing the calender for a given month and year
h. Computing the day of the week for a given day, month, andyear (as a string such as “Monday”)
i. Generating a random integer between 1 and n
Expert Answer
Answer to Write function headers with comments for the tasks described below. a. Computing the larger of two integers b. Computing… . . .
OR

