Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Test {
- public static void main(String srgs[]) {
- int a = 37, b = 5, c;
- System.out.println(a >> 3);
- System.out.println(b << 3);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement