HackerRank Plus Minus
Problem
Given an array of integers, calculate the fractions of its elements that are positive, negative, and are zeros. Print the decimal value of each fraction on a new line.
Solution
In the general case, the input can be assumed to be an iterable...
dustinkingen.hashnode.dev