Question: Write an Erlang function named sum_up that takes one argument N . The function should return the sum of all the integers from 1 to
Write an Erlang function named sum_up that takes one argument N. The function should return the sum of all the integers from 1 to N. If N is 0 or less, return 0. If N is not an integer, return -1.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
