NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

public class InteresectingRectanglesStudent
{
public static void main(String[] args)
{
int x = 100; // Values for the first rectangle.
int y = 70; // I can change any of these values
int width = 90;
int height = 125;

int x1 = 130; // Values for the 2nd rectangle
int y1 = 99;
int width1 = 141;
int height1 = 166;

Rectangle box1 = new Rectangle(x,y,width,height);
Rectangle box2 = new Rectangle(x1,y1,width1,height1);

box1.translate(20,30); // I can change any of these values and it still should work.
box2.translate(15,42);
box2.grow(10,15);

box1.draw();
box2.draw();

/* add your code to create intersecting rectangles here.
* with rectangles below here...
*
*/
int x2 = box1.getX();
int y2 = box1.getY();
int x3 = box2.getX();
int y3 = box2.getY();
int width2 = box1.getWidth();
int width3 = box2.getWidth();
int height2 = box1.getHeight();
int height3 = box2.getHeight();

Rectangle box3 = new Rectangle(x3,y3,(width2-(x3-x2)),(height2-(y3-y2)));

box3.draw();

box1.setColor(Color.GREEN);
box1.fill();
box2.setColor(Color.YELLOW);
box2.fill();
box3.setColor(Color.BLUE);
box3.fill();

}
}
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.