You are on page 1of 4

Software Construction

Lab 01

Submitted By

Amna Arooj (F-301055)

Class: BSSE-3 (6th Semester)

Instructor Name
Ms. Sehrish Ferdous

Submission Date: 20th-Feb-2023


LAB 01
LAB TASK

LAB Title: Install Eclipse and demonstrate Java programming language basics
Lab Task 1: Install jdk and eclipse in your computer and make eclipse project and make
helloWorld Program.
Lab Task 2: Write Java Program to calculate area of rectangle.
Lab Task 3: Write program to find sum and subtraction of numbers taken from user using
functions.
public static int sum (int a, int b)
public static int subtract (int a, int b)

TASK 1

Task 2
TASK 3

You might also like