Guest User

Untitled

a guest
Jun 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. -module(makan).
  2. -export([frekuensi_makan_perhari/1]).
  3.  
  4. frekuensi_makan_perhari(3) -> 135;
  5. frekuensi_makan_perhari(N) -> N * N + N * 2 + (N + 7) * (N + 9).
Add Comment
Please, Sign In to add comment