DEPARTMENT OF COMPUTER ENGINEERING AND APPLICATIONS (DCEA), FET
ASSIGNMENT NO - 1
Faculty Name: Divya Maheshwari UNIT-I
Subject Name- Core Java Subject Code-CSL-3102
Attempt all questions-
Q1`. Write a program in Java to input a year and find whether it is a Leap year or
not.
Q2. Write a program in Java to print
a) Largest number in an array
b) Smallest number in an array
Q3. Write a program in Java to print the elements of an Array in reverse order.
Q4. Write a program in java to input a matrix and find the transpose of Matrix.