Created
April 17, 2018 07:49
-
-
Save antonybudianto/6cdb3093a0ec73bc7d57b1f3aab568bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function majemuk(sum, bunga, n) { return sum * ((1+bunga) ** n) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment