Display Bits

Write a program that allows the user to input an unsigned int. The program must pass the value to a void function named displayBits which accepts an unsigned int as a parameter and that displays that value as 32 bits (i.e. a binary value) with leading zero bits if applicable.

Your program must follow standard Windows conventions as well as our Coding Standards. Name your project DisplayBits.

Staple your printouts in the following order:

  1. code
  2. The screen capture of your actual form window at runtime (black text on white background).