oliviapdance3489 oliviapdance3489 27-01-2018 Computers and Technology contestada Write a recursive method in pseudo code that returns the number of 1's in the binary representation of n. use the fact that this equal to the number of 1's in the representation of n/2, plus 1, if n is odd.