[solved] – Question 76874
3.1 Java is a language which was developed in 1991 by a company called Sun Microsystems. Briefly
explain how Java works. (10 marks)
3.2 Provide five examples of high-level languages. (5 marks)
3.3 Identify and correct the errors in the following statements:
3.3.1 String n = 10; (1 mark)
3.3.2 int radius = 24.5; (1 mark)
3.3.3 num1 + num2 = total; (1 mark)
3.3.4 JOption.showMessageDialog(null,Hello!) (1 mark)
3.3.5 char symbol = “Tom”; (1 mark)
Expert Answer
OR

