Have the function OverlappingRectangles (strArr) read the strarr parameter being passed which will represent two rectangles on a Cartesian coordinate plane and will contain 8 coordinates with the first 4 making up rectangle 1 and the last 4 making up rectange 2. It will be in the following format: ["(0,0),(2,2),(2,0), (0,2),(1,0),(1,2), (6,0),(6,2)"] Your program should determine the area of the space where the two rectangles overlap, and then output the number of times this overlapping region can fit into the first rectangle. For the above example, the overlapping region makes up a rectangle of area 2, and the first rectangle (the first 4 coordinates) makes up a rectangle of area 4, so your program should output 2. The coordinates will all be integers. If there's no overlap between the two rectangles return 0.
Trainee Engineer Interview Questions
25,109 trainee engineer interview questions shared by candidates
Explain your final year project.
where are you from
They asked about ur details and the tech stack u work on.
Related to my technical fields. My extracurricular activities, how I would like to make a career.
how do you manage your time
How do we classify Circuit breakers?
What is difference between soft water and hard water?
what do you know about us ?
BE project??
Viewing 611 - 620 interview questions