Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1(E)
//'main' method must be in a class 'Rextester'. //openjdk version '11.0.5' import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { System.out.println("Bitwise Operators"); int a=5,b=7; System.out.println((a&b)); System.out.println ((a|b)); System.out.println ((a^b)); System.out.println ((~a)); System.out.println ((~b)); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Two Sum in Sorted input array
3a
smallest number and its index(position)
forloop
Геттеры и сеттеры для класса Dog
Piramid
vsecodertest2
191fa07050(1(D))
LRU cache - Simple solution (costly)
currency.java
Please log in to post a comment.