Source Coue 4 *Step 1: Enter your name for @author and the password for @version 5 * @author 7. * @version */ 9 public class Face 10 { public static final double FACE_SIZE = 60.0; public static final double EYE_SIZE = 5.0; public static final double MOUTH SIZE = 30.0; public static final double EYES_DISTANCE = 20.0%; public static final double EYE_FROM_TOP = 20.%3B 11 12 13 14 15

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Find...
Close
Source Code
* @param xPos the x-coordinate of the upper-left corner of this face
* @param yPos the y-coordinate of the upper-left corner of this face
26
27
28
*/
29
30
// Step 4: Write the draw() method according to the description
31
32
/**
* Draws this face.
* A Face oject has a big circle for the face, two small circles
* for the eyes, and one line for the mouth.
* The diameter of the face is FACE_SIZE, and the two instance
* variables specify the upper-left corner of the bounding square
* of the big circle.
* The diameter of the eyes is EYE_SIZE, the distance between the
* two eyes is EYES_DISTANCE, the distance above the eyes is
* EYE FROM_TOP, and the two eyes together are horizontally
* centered on the face.
* The length of the mouth is MOUTH_SIZE, the distance above the
* mouth is MOUTH_FROM_TOP, and the mouth is centered on the face.
33
34
35
36
37
38
39
40
41
42
43
44
45
*/
public void draw()
46
47
48
49
50 }
51
saved
initialising virtuar macnine... Done.
Transcribed Image Text:Find... Close Source Code * @param xPos the x-coordinate of the upper-left corner of this face * @param yPos the y-coordinate of the upper-left corner of this face 26 27 28 */ 29 30 // Step 4: Write the draw() method according to the description 31 32 /** * Draws this face. * A Face oject has a big circle for the face, two small circles * for the eyes, and one line for the mouth. * The diameter of the face is FACE_SIZE, and the two instance * variables specify the upper-left corner of the bounding square * of the big circle. * The diameter of the eyes is EYE_SIZE, the distance between the * two eyes is EYES_DISTANCE, the distance above the eyes is * EYE FROM_TOP, and the two eyes together are horizontally * centered on the face. * The length of the mouth is MOUTH_SIZE, the distance above the * mouth is MOUTH_FROM_TOP, and the mouth is centered on the face. 33 34 35 36 37 38 39 40 41 42 43 44 45 */ public void draw() 46 47 48 49 50 } 51 saved initialising virtuar macnine... Done.
4
*Step 1: Enter your name for @author and the password for @version
5
* @author
7.
* @version
8
*/
9 public class Face
10 {
public static final double FACE_SIZE = 60.0;
public static final double EYE_SIZE = 5.0;
public static final double MOUTH_SIZE = 30.0;
public static final double EYES_DISTANCE = 20.0;
public static final double EYE_FROM_TOP = 20.0;
public static final double MOUTH_FROM_TOP = 45.0;
11
12
13
14
15
16
17
// Step 2: Declare two double instance variables
18
19
20
21
// Step 3: Write the constructor according to the description
22
/**
* Constructs a Face object by initializing the
* two instance variables
23
24
25
* @param xPos the x-coordinate of the upper-left corner of this face
* @param yPos the y-coordinate of the upper-left corner of this face
26
27
*/
28
29
saved
Initialising Virtual machine... Done.
Transcribed Image Text:4 *Step 1: Enter your name for @author and the password for @version 5 * @author 7. * @version 8 */ 9 public class Face 10 { public static final double FACE_SIZE = 60.0; public static final double EYE_SIZE = 5.0; public static final double MOUTH_SIZE = 30.0; public static final double EYES_DISTANCE = 20.0; public static final double EYE_FROM_TOP = 20.0; public static final double MOUTH_FROM_TOP = 45.0; 11 12 13 14 15 16 17 // Step 2: Declare two double instance variables 18 19 20 21 // Step 3: Write the constructor according to the description 22 /** * Constructs a Face object by initializing the * two instance variables 23 24 25 * @param xPos the x-coordinate of the upper-left corner of this face * @param yPos the y-coordinate of the upper-left corner of this face 26 27 */ 28 29 saved Initialising Virtual machine... Done.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY