Get the App
SLTechnology News&Howtos  ›  Servers  › 

How to realize the conversion from Java10 to binary

Shulou Source: shulou.com Published: 2022-05-31 17:57:25 09月21日 Update

This article mainly introduces "how to realize the conversion from Java10 to binary". In the daily operation, I believe that many people have doubts about how to realize the conversion from Java10 to binary. The editor has consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful for you to answer the doubts about how to realize the conversion from Java10 to binary. Next, please follow the editor to study!

Import java.util.*;public class Trans10_2 {/ / use short division + stack public static void main (String [] args) {int N = 10; int TYPE2 = 2; Stack stack = new Stack (); while (N! = 0) {int mode = N% TYPE2 / / System.out.println ("mode:" + mode); stack.push (mode); N = N / TYPE2 } / / for (int I: stack) {/ / collection traversal mode, 0101 does not meet the requirements / / System.out.print (I + ""); / / incorrect collection traversal: System.out.println (s.pop ()) / /} while (! stack.empty ()) {System.out.println (stack.pop ());} System.out.println ();}} at this point, the study of "how to convert Java10 to binary" is over, hoping to solve everyone's doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Tags: Binary learning more help practical next articles methods methods theories knowledge articles websites materials follow errors problems division easy to use Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno MySQL MariaDB NVidia Linux Docker