simple_interest <- function(p, r, t) { p*r*t/100} simple_interest(6000,0.08,5/12)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.