Abstract:
Program Project;
Uses Crt,Dos,Graph;
Const Name: array [1..36] of String= (‘Dhaka’, ‘Chittagong’, ‘Sylhet’, ‘Rajshahi’, ‘Khulna’, ‘Barishal’);
X1=40;
Y1=300;
X2=620;
Y2=450;
Type
CityRec=Record
R1,r2,c1,c2: Integer;
End;
Var
CityInfo: array [1..6] of CityRec;
Description:
This thesis submitted in partial fulfillment of the requirements for the degree of B.Sc in Computer Science and Engineering of East West University, Dhaka, Bangladesh.