Foundations of programming
暂无分享,去创建一个
(a) Briefly describe the operation of each of the following Java operators: & | ^ << >> >>> [6 marks] (b) On what primitive types do these operators operate? [2 marks] (c) A Java program which is designed to exercise some of these operators begins thus: public class Changes { public static void main(String[] args) { int n = 0x87654321;