CSC1351 Concepts of Programming Languages Part I: Question 1: Write a complete Java program - with your own code writing
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
CSC1351 Concepts of Programming Languages Part I: Question 1: Write a complete Java program - with your own code writing
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).