This package uses one function to take two user-inputted numbers and multiplies them with one another.

In order to run the function, the user should input two integers which he wants to multiply, and the function will multiply them and return the result.

Examples:

#--------loading the package--------#
library(task09multiply)

#--------executing commands---------#
multiply(2,3)
multiply(9,8)
multiply(37, 25)


rsteele7/task_09 documentation built on May 28, 2019, 4:33 a.m.