SlideShare a Scribd company logo
1 of 4
Download to read offline
Program to reflect a triangle
#include<graphics.h>
#include<math.h>
#include<conio.h>
#include<stdio.h>
void main()
{
intgd=DETECT,gm;
int i,xmid,ymid,x1,y1,x2,y2,x3,y3,x,y,dy,dx,p,gap=50,temp,option;
int x1dash,x2dash,x3dash,y1dash,y2dash,y3dash;
double theta;
float m;
char str[5];
clrscr();
initgraph(&gd,&gm,"C:turboc3bgi");
printf("Enter first co-ords of the trianglen");
scanf("%d %d",&x1,&y1);
printf("Enter second co-ords of the trianglen");
scanf("%d %d",&x2,&y2);
printf("Enter third co-ords of the trianglen");
scanf("%d %d",&x3,&y3);
xmid= getmaxx()/2;
ymid= getmaxy()/2;
line(5,ymid,getmaxx()-5,ymid);
line(xmid+3,5,xmid+3,getmaxy()-5);
for( i= xmid+gap;i<getmaxx()-5;i=i+gap)
{
outtextxy(i,ymid-3,"|");
itoa(i-xmid,str,10);
outtextxy(i,ymid+3,str);
}
for( i= ymid-gap;i>5;i=i-gap)
{
outtextxy(xmid,i,"-");
itoa(ymid-i,str,10);
outtextxy(xmid+5,i,str);
}
for( i= xmid-gap;i>5;i=i-gap)
{
outtextxy(i,ymid-3,"|");
itoa(-(xmid-i),str,10);
outtextxy(i-6,ymid+3,str);
}
for( i= ymid+gap;i<getmaxy()-5;i=i+gap)
{
outtextxy(xmid,i,"-");
itoa(-(i-ymid),str,10);
outtextxy(xmid+8,i,str);
}
line(x1+xmid,ymid-y1,x2+xmid,ymid-y2);
line(x2+xmid,ymid-y2,x3+xmid,ymid-y3);
line(x3+xmid,ymid-y3,x1+xmid,ymid-y1);
setcolor(15);
printf("Reflection about n");
printf("X axis : 1n");
printf("Y axis : 2n");
printf("X=Y axis : 3n");
printf(" Enter the option (1-3):");
scanf("%d",&option);
switch( option)
{
case 1: y1=-y1; y2=-y2;y3=-y3; break;
case 2: x1=-x1;x2=-x2;x3=-x3;break;
case 3: y1=-y1; y2=-y2;y3=-y3;
theta= ((double) 90 *3.14f )/(double)180;
x1dash=x1*cos(theta)-y1*sin(theta);
x2dash=x2*cos(theta)-y2*sin(theta);
x3dash=x3*cos(theta)-y3*sin(theta);
y1dash=x1*sin(theta)+y1*cos(theta);
y2dash=x2*sin(theta)+y2*cos(theta);
y3dash=x3*sin(theta)+y3*cos(theta);
x1=x1dash;x2=x2dash;x3=x3dash;
y1=y1dash;y2=y2dash;y3=y3dash;
}
line(x1+xmid,ymid-y1,x2+xmid,ymid-y2);
line(x2+xmid,ymid-y2,x3+xmid,ymid-y3);
line(x3+xmid,ymid-y3,x1+xmid,ymid-y1);
getch();
closegraph();
}
Output:

More Related Content

What's hot

Random Forest Regression Analysis Reveals Impact of Variables on Target Values
Random Forest Regression Analysis Reveals Impact of Variables on Target Values  Random Forest Regression Analysis Reveals Impact of Variables on Target Values
Random Forest Regression Analysis Reveals Impact of Variables on Target Values
Smarten Augmented Analytics
ย 
[ใƒ‡ใƒผใ‚ฟใƒžใ‚คใƒ‹ใƒณใ‚ฐ+WEBๅ‹‰ๅผทไผš][Rๅ‹‰ๅผทไผš] ใฏใ˜ใ‚ใฆใงใ‚‚ใ‚ใ‹ใ‚‹ R่จ€่ชžใซใ‚ˆใ‚‹ใ‚ฏใƒฉใ‚นใ‚ฟใƒผๅˆ†ๆž - ไผผใฆใ„ใ‚‹ใ‚‚ใฎใ‚’ใ‚ฐใƒซใƒผใƒ—ๅŒ–ใ™ใ‚‹-
[ใƒ‡ใƒผใ‚ฟใƒžใ‚คใƒ‹ใƒณใ‚ฐ+WEBๅ‹‰ๅผทไผš][Rๅ‹‰ๅผทไผš] ใฏใ˜ใ‚ใฆใงใ‚‚ใ‚ใ‹ใ‚‹ R่จ€่ชžใซใ‚ˆใ‚‹ใ‚ฏใƒฉใ‚นใ‚ฟใƒผๅˆ†ๆž - ไผผใฆใ„ใ‚‹ใ‚‚ใฎใ‚’ใ‚ฐใƒซใƒผใƒ—ๅŒ–ใ™ใ‚‹-[ใƒ‡ใƒผใ‚ฟใƒžใ‚คใƒ‹ใƒณใ‚ฐ+WEBๅ‹‰ๅผทไผš][Rๅ‹‰ๅผทไผš] ใฏใ˜ใ‚ใฆใงใ‚‚ใ‚ใ‹ใ‚‹ R่จ€่ชžใซใ‚ˆใ‚‹ใ‚ฏใƒฉใ‚นใ‚ฟใƒผๅˆ†ๆž - ไผผใฆใ„ใ‚‹ใ‚‚ใฎใ‚’ใ‚ฐใƒซใƒผใƒ—ๅŒ–ใ™ใ‚‹-
[ใƒ‡ใƒผใ‚ฟใƒžใ‚คใƒ‹ใƒณใ‚ฐ+WEBๅ‹‰ๅผทไผš][Rๅ‹‰ๅผทไผš] ใฏใ˜ใ‚ใฆใงใ‚‚ใ‚ใ‹ใ‚‹ R่จ€่ชžใซใ‚ˆใ‚‹ใ‚ฏใƒฉใ‚นใ‚ฟใƒผๅˆ†ๆž - ไผผใฆใ„ใ‚‹ใ‚‚ใฎใ‚’ใ‚ฐใƒซใƒผใƒ—ๅŒ–ใ™ใ‚‹-
Koichi Hamada
ย 
Markov models explained
Markov models explainedMarkov models explained
Markov models explained
Ashish K Agarwal
ย 
3d-object-representation.pdf
3d-object-representation.pdf3d-object-representation.pdf
3d-object-representation.pdf
KeerthanaP37
ย 

What's hot (19)

Priority queuing
Priority queuing Priority queuing
Priority queuing
ย 
Mid point line Algorithm - Computer Graphics
Mid point line Algorithm - Computer GraphicsMid point line Algorithm - Computer Graphics
Mid point line Algorithm - Computer Graphics
ย 
Graphics practical lab manual
Graphics practical lab manualGraphics practical lab manual
Graphics practical lab manual
ย 
3 D transformation translation, scaling
3 D transformation   translation, scaling3 D transformation   translation, scaling
3 D transformation translation, scaling
ย 
Boundary fill algm
Boundary fill algmBoundary fill algm
Boundary fill algm
ย 
Ses 1 basic fundamentals of mathematics and statistics
Ses 1 basic fundamentals of mathematics and statisticsSes 1 basic fundamentals of mathematics and statistics
Ses 1 basic fundamentals of mathematics and statistics
ย 
็ตฑ่จˆ็š„ๅญฆ็ฟ’ใฎๅŸบ็คŽ 3็ซ ๅ‰ๅŠ
็ตฑ่จˆ็š„ๅญฆ็ฟ’ใฎๅŸบ็คŽ 3็ซ ๅ‰ๅŠ็ตฑ่จˆ็š„ๅญฆ็ฟ’ใฎๅŸบ็คŽ 3็ซ ๅ‰ๅŠ
็ตฑ่จˆ็š„ๅญฆ็ฟ’ใฎๅŸบ็คŽ 3็ซ ๅ‰ๅŠ
ย 
Visible Surface Detection
Visible Surface DetectionVisible Surface Detection
Visible Surface Detection
ย 
Random Forest Regression Analysis Reveals Impact of Variables on Target Values
Random Forest Regression Analysis Reveals Impact of Variables on Target Values  Random Forest Regression Analysis Reveals Impact of Variables on Target Values
Random Forest Regression Analysis Reveals Impact of Variables on Target Values
ย 
Classification Using Decision tree
Classification Using Decision treeClassification Using Decision tree
Classification Using Decision tree
ย 
Computer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithmComputer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithm
ย 
Back face detection
Back face detectionBack face detection
Back face detection
ย 
[ใƒ‡ใƒผใ‚ฟใƒžใ‚คใƒ‹ใƒณใ‚ฐ+WEBๅ‹‰ๅผทไผš][Rๅ‹‰ๅผทไผš] ใฏใ˜ใ‚ใฆใงใ‚‚ใ‚ใ‹ใ‚‹ R่จ€่ชžใซใ‚ˆใ‚‹ใ‚ฏใƒฉใ‚นใ‚ฟใƒผๅˆ†ๆž - ไผผใฆใ„ใ‚‹ใ‚‚ใฎใ‚’ใ‚ฐใƒซใƒผใƒ—ๅŒ–ใ™ใ‚‹-
[ใƒ‡ใƒผใ‚ฟใƒžใ‚คใƒ‹ใƒณใ‚ฐ+WEBๅ‹‰ๅผทไผš][Rๅ‹‰ๅผทไผš] ใฏใ˜ใ‚ใฆใงใ‚‚ใ‚ใ‹ใ‚‹ R่จ€่ชžใซใ‚ˆใ‚‹ใ‚ฏใƒฉใ‚นใ‚ฟใƒผๅˆ†ๆž - ไผผใฆใ„ใ‚‹ใ‚‚ใฎใ‚’ใ‚ฐใƒซใƒผใƒ—ๅŒ–ใ™ใ‚‹-[ใƒ‡ใƒผใ‚ฟใƒžใ‚คใƒ‹ใƒณใ‚ฐ+WEBๅ‹‰ๅผทไผš][Rๅ‹‰ๅผทไผš] ใฏใ˜ใ‚ใฆใงใ‚‚ใ‚ใ‹ใ‚‹ R่จ€่ชžใซใ‚ˆใ‚‹ใ‚ฏใƒฉใ‚นใ‚ฟใƒผๅˆ†ๆž - ไผผใฆใ„ใ‚‹ใ‚‚ใฎใ‚’ใ‚ฐใƒซใƒผใƒ—ๅŒ–ใ™ใ‚‹-
[ใƒ‡ใƒผใ‚ฟใƒžใ‚คใƒ‹ใƒณใ‚ฐ+WEBๅ‹‰ๅผทไผš][Rๅ‹‰ๅผทไผš] ใฏใ˜ใ‚ใฆใงใ‚‚ใ‚ใ‹ใ‚‹ R่จ€่ชžใซใ‚ˆใ‚‹ใ‚ฏใƒฉใ‚นใ‚ฟใƒผๅˆ†ๆž - ไผผใฆใ„ใ‚‹ใ‚‚ใฎใ‚’ใ‚ฐใƒซใƒผใƒ—ๅŒ–ใ™ใ‚‹-
ย 
Markov models explained
Markov models explainedMarkov models explained
Markov models explained
ย 
3d-object-representation.pdf
3d-object-representation.pdf3d-object-representation.pdf
3d-object-representation.pdf
ย 
Introduction to System, Simulation and Model
Introduction to System, Simulation and ModelIntroduction to System, Simulation and Model
Introduction to System, Simulation and Model
ย 
Computer Graphics - Output Primitive
Computer Graphics - Output PrimitiveComputer Graphics - Output Primitive
Computer Graphics - Output Primitive
ย 
Lect9 Decision tree
Lect9 Decision treeLect9 Decision tree
Lect9 Decision tree
ย 
Biostatistics Assignment
Biostatistics AssignmentBiostatistics Assignment
Biostatistics Assignment
ย 

Similar to Program to reflecta triangle

1. Translation program#includestdio.h#includeconio.h#incl.pdf
1. Translation program#includestdio.h#includeconio.h#incl.pdf1. Translation program#includestdio.h#includeconio.h#incl.pdf
1. Translation program#includestdio.h#includeconio.h#incl.pdf
sutharbharat59
ย 
SaraPIC
SaraPICSaraPIC
SaraPIC
Sara Sahu
ย 
Cg my own programs
Cg my own programsCg my own programs
Cg my own programs
Amit Kapoor
ย 
C lab manaual
C lab manaualC lab manaual
C lab manaual
manoj11manu
ย 
C basics
C basicsC basics
C basics
MSc CST
ย 
C Prog - Pointers
C Prog - PointersC Prog - Pointers
C Prog - Pointers
vinay arora
ย 

Similar to Program to reflecta triangle (20)

1. Translation program#includestdio.h#includeconio.h#incl.pdf
1. Translation program#includestdio.h#includeconio.h#incl.pdf1. Translation program#includestdio.h#includeconio.h#incl.pdf
1. Translation program#includestdio.h#includeconio.h#incl.pdf
ย 
Computer graphics lab assignment
Computer graphics lab assignmentComputer graphics lab assignment
Computer graphics lab assignment
ย 
Computer graphics programs in c++
Computer graphics programs in c++Computer graphics programs in c++
Computer graphics programs in c++
ย 
SaraPIC
SaraPICSaraPIC
SaraPIC
ย 
C Programming Example
C Programming Example C Programming Example
C Programming Example
ย 
Cg my own programs
Cg my own programsCg my own programs
Cg my own programs
ย 
Computer graphics lab manual
Computer graphics lab manualComputer graphics lab manual
Computer graphics lab manual
ย 
week-8x
week-8xweek-8x
week-8x
ย 
Graphics point clipping c program
Graphics point clipping c programGraphics point clipping c program
Graphics point clipping c program
ย 
C lab manaual
C lab manaualC lab manaual
C lab manaual
ย 
week-22x
week-22xweek-22x
week-22x
ย 
Computer graphics File for Engineers
Computer graphics File for EngineersComputer graphics File for Engineers
Computer graphics File for Engineers
ย 
Numerical Methods in C
Numerical Methods in CNumerical Methods in C
Numerical Methods in C
ย 
C basics
C basicsC basics
C basics
ย 
week-4x
week-4xweek-4x
week-4x
ย 
C Prog - Pointers
C Prog - PointersC Prog - Pointers
C Prog - Pointers
ย 
Functions in c
Functions in cFunctions in c
Functions in c
ย 
Practical File of C Language
Practical File of C LanguagePractical File of C Language
Practical File of C Language
ย 
C programming codes for the class assignment
C programming codes for the class assignmentC programming codes for the class assignment
C programming codes for the class assignment
ย 
Cpds lab
Cpds labCpds lab
Cpds lab
ย 

More from Tanya Makkar

More from Tanya Makkar (11)

Metoo campaign
Metoo campaignMetoo campaign
Metoo campaign
ย 
Colour models and sweep (2).pdf
Colour models and sweep (2).pdfColour models and sweep (2).pdf
Colour models and sweep (2).pdf
ย 
Comparision of scheduling algorithms
Comparision of scheduling algorithmsComparision of scheduling algorithms
Comparision of scheduling algorithms
ย 
TIME EXECUTION OF DIFFERENT SORTED ALGORITHMS
TIME EXECUTION   OF  DIFFERENT SORTED ALGORITHMSTIME EXECUTION   OF  DIFFERENT SORTED ALGORITHMS
TIME EXECUTION OF DIFFERENT SORTED ALGORITHMS
ย 
Complete dbms notes
Complete dbms notesComplete dbms notes
Complete dbms notes
ย 
Cg A buffer.pdf
Cg A buffer.pdfCg A buffer.pdf
Cg A buffer.pdf
ย 
ARBITRATION AND CONCILATION
ARBITRATION AND CONCILATIONARBITRATION AND CONCILATION
ARBITRATION AND CONCILATION
ย 
Dbms question paper
Dbms question paper Dbms question paper
Dbms question paper
ย 
ROAD SAFETY AND SAFE DRIVE
ROAD SAFETY AND SAFE DRIVE ROAD SAFETY AND SAFE DRIVE
ROAD SAFETY AND SAFE DRIVE
ย 
Ds inserting elem in array
Ds inserting elem in arrayDs inserting elem in array
Ds inserting elem in array
ย 
Tanya makkar (5003)
Tanya makkar (5003)Tanya makkar (5003)
Tanya makkar (5003)
ย 

Recently uploaded

Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
dharasingh5698
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
ย 
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
ย 

Recently uploaded (20)

Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
ย 
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ย 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ย 

Program to reflecta triangle