0% found this document useful (0 votes)
55 views4 pages

Amna Arooj Lab 1

Amna Arooj submitted a software construction lab report for BSSE-3 class. The lab included 3 tasks: 1) Installing Java JDK and Eclipse to create a "Hello World" program, 2) Writing a program to calculate the area of a rectangle, and 3) Writing a program to find the sum and subtraction of user-input numbers using functions. The lab was submitted to instructor Ms. Sehrish Ferdous on February 20th, 2023 for the 6th semester class.

Uploaded by

Amna Arooj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views4 pages

Amna Arooj Lab 1

Amna Arooj submitted a software construction lab report for BSSE-3 class. The lab included 3 tasks: 1) Installing Java JDK and Eclipse to create a "Hello World" program, 2) Writing a program to calculate the area of a rectangle, and 3) Writing a program to find the sum and subtraction of user-input numbers using functions. The lab was submitted to instructor Ms. Sehrish Ferdous on February 20th, 2023 for the 6th semester class.

Uploaded by

Amna Arooj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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