Write a program called circle that displays a circle

Assignment Help Computer Engineering
Reference no: EM132117517

For this question, you will write a program called Circle that displays a circle in the upper right quadrant of the Cartesian plane. To do so, write (at a minimum) the following three methods:

A. A method called onCircle that takes as input five ints. The first three parameters represent (in order) the radius and x,y coordinates of the centre of the circle. The last two parameters represent an x,y position on the grid. This method determines whether or not the circle should be drawn at the grid coordinates given by the method's parameters.

To get the appropriate thickness for the circle, return whether the following formula holds or not: radius2 =(x-a)2 +(y-b)2 =radius2 +1 In the above formula, a and b are the coordinates of the centre of the circle, and x and y are the grid coordinates.

B. A method called verifyInput that takes as input three ints representing the radius and centre coor- dinates of the circle, and returns nothing.

This method should throw an IllegalArgumentException and display a helpful error message if either the circle does not fit in the upper right quadrant, or if the radius is non-positive. Otherwise, the method will not print anything. As a hint, the circle does not fit in the upper-right quadrant if it is too close to the axes.

C. A method called drawCircle that takes as input an int representing the radius of the circle, another int representing the x coordinate of the centre of the circle, and a third int representing the y coordinate of the circle's centre.

It also takes as input a char representing the symbol with which the circle will be drawn. Both of the methods described above must be called and used appropriately in this method in order to get full points. The rules for displaying the axes (the x-axis and the y-axis) are as follows: the minimum length and height of each axis is 9. If the circle fits in the 9 by 9 quadrant, there should be 9 vertical bars (|) representing the y-axis, and 9 horizontal dashes (-) representing the x-axis. You should use the plus symbol (+) to represent the origin.

The y-axis should end in a hat symbol (?), and the x-axis should end in a right triangle bracket (>). This means that there are a total of 11 characters on the x-axis, and 11 on the y-axis, with the origin counting as being on both. If the circle does not fit, the appropriate axis (or axes) should be extended. They still must end in (?) and (>), and the origin remains the same. Sample output for various input values is shown below. Note that, due to rounding errors and display dimensions of characters, the circle will not look like a perfect circle.

This is expected behaviour. If more than one character should be drawn at the same location (eg, if the circle intersects with an axis), the circle gets priority. This is slightly different from what happened in the second warm-up exercise. See the second example below for sample output in this scenario.

Reference no: EM132117517

Questions Cloud

Do you believe in health care for everyone : Professor requirement: Moving forward on all future discussion boards, please use APA format and references. Utilize more than one reference to answer.
Write a program in java for the deque data structure : Write a program in Java for the deque data structure. All the above operations should take O(1) time per operation.
Replacing some functions of email in business : How is instant messaging/texting replacing some functions of email in business? What are the advantages and disadvantages of business use of text messaging?
Prepare a shortened version of your final paper : The primary goal of this weekly assignment is to enable you to understand the revision process and revise your paper with the help of a writing specialist.
Write a program called circle that displays a circle : Write a program called Circle that displays a circle in the upper right quadrant of the Cartesian plane.
The camera system and a cop walking around : A company in the Netherlands that makes navigation devices collects location data from the devices to provide real-time services to its customers.
How you felt as an individual attending the meeting : How you think a "newcomer" with a substance-related problem or mental illness disorder may feel attending the meeting for the first time.
Write the while loop that lets the users enter a number : Write the while loop that lets the users enter a number. The number should be multiplied with produce and the result stored back to the variable product.
Write a single c statement that sets to 1 the sign : Write a single C statement that sets to one bits 7, 9 and 11 of N, leaving the remaining bits unchanged. (Bit 0 is the least significant bit.)

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd