A Function in programing is a named sequence of statements that performs a computation. It is a block of code which runs only when it is called. so when you define a function, you specify the name and the sequence of statements. Later, you call the f...