logo CodeStepByStep logo

DecimalToBinary

Language/Type: VB parameters return while Mod binary
Related Links:

Write a function named DecimalToBinary that accepts an integer as a parameter and returns an integer whose digits look like that number's representation in binary (base-2). For example, the call of DecimalToBinary(43) should Return 101011.

Constraints: Do not use a string in your solution.

Function: Write a VB function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.