CSC1351 Concepts of Programming Languages Part I: Question 1: Write a complete Java program - with your own code writing
Posted: Thu May 26, 2022 9:45 am
CSC1351 Concepts of Programming Languages Part I: Question 1: Write a complete Java program - with your own code writing - that contains: 1. A main method I 2. Another method that returns a value 3. An array in the main method 4. A loop: for, while, or do-while 5. A selection: if-else or switch Question 2: Test your program. Ensure that it runs correctly (syntax error free).