Write a java program that reads a set of integer lattice


Requirements:

Write a java program that reads a set of integer lattice points, prints out the ones on the boundry of the convex hull sorted left to right (ie by x-coordinate), and then accepts additional points and determines whether they are inside or outside the convex hull.

There is a sample data le and a sample interaction below.

Your program must have at least one class called Driver1 which runs the program.

You must also have a le called status.txt which contains your name and a short (2-10 sentence) description of the status of your program.

This le should be an ascii le. Though you may create it with MS Word (or notepad/wordpad/jGrasp/etc), you should be certain that it is a text le.

A sample status.txt le is below. Comments: You should be using good programming style. At a minimum break the project into appropriate classes, place your name near the top of each le, comment appropriately, be limited to 80 character lines, be limited to 30 line methods (usually shorter), and be properly indent.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a java program that reads a set of integer lattice
Reference No:- TGS02915766

Expected delivery within 24 Hours