# Introduction In this lab, you need to write a program that counts the number of ones in the binary representation of an integer by defining a function called `count_binary_ones()` and converting the number to its binary representation.
Click the virtual machine below to start practicing