public static void convert(int number) { if (number > 0) { convert(number / 2); System.out.print(number % 2); } }
If you like our content, feel free to follow me to stay updated.
Enter your email address:
We hate spam as much as you do.
Upload
No comments :
Post a Comment