Computers and Technology

Write a method named tobinary that accepts an integer as a parameter and returns a string of that number's representation in binary. for example, the call of tobinary(42) should return "101010".

answer
Answers: 2

Similar questions

Do you know the correct answer?
Write a method named tobinary that accepts an integer as a parameter and returns a string of that nu...

Questions in other subjects: