Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

CSCI351 Project 2 Spring 2023-2024

CSCI351 Concepts of Programming Languages Project


2

Part I:

Question 1: Write a complete Java program - with your own code writing - that
contains:

1. A main method
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).

Part II:

Question 1:

Write the program of Part 1 in 2 other programming languages from the list
shown below.

1. Pascal
2. Ada
3. Ruby
4. Perl
5. Python
6. C-sharp
7. Visual Basic
8. Fortran

Question 2:

Map each code line in the new 2 programming languages that you have written to
its corresponding code line in the primary Java program.
Lebanese International University Page 1

You might also like