Q1. Write a java program to draw triangle 1 Like 2 2 3 4 3 3 4 4 4 ● Default constructor must set values for rows and columns 4. Parametrized constructor will take value upon object creation. First draw() method will print the triangle for number of rows and columns set during object creation. Second draw() will print the triangle having rows and columns passed as parameters. Note: Please make sure rows value must be equal to columns before drawing rectangle. otherwise print "No Triangle". -rows: int Triangle -columns: int +Triangle() +Triangle(rows:int, columns:int) +draw():void +draw(rows:int, columns:int):void
Q1. Write a java program to draw triangle 1 Like 2 2 3 4 3 3 4 4 4 ● Default constructor must set values for rows and columns 4. Parametrized constructor will take value upon object creation. First draw() method will print the triangle for number of rows and columns set during object creation. Second draw() will print the triangle having rows and columns passed as parameters. Note: Please make sure rows value must be equal to columns before drawing rectangle. otherwise print "No Triangle". -rows: int Triangle -columns: int +Triangle() +Triangle(rows:int, columns:int) +draw():void +draw(rows:int, columns:int):void
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...
Related questions
Question
100%

Transcribed Image Text:Q1. Write a java program to draw triangle
1 Like
2 2
3 3 3
4
4 4 4
●
●
Default constructor must set values for rows and columns 4.
Parametrized constructor will take value upon object creation.
First draw() method will print the triangle for number of rows and columns set
during object creation.
Second draw() will print the triangle having rows and columns passed as parameters.
Note: Please make sure rows value must be equal to columns before drawing rectangle.
otherwise print "No Triangle".
-rows: int
Triangle
-columns: int
+Triangle()
+Triangle(rows:int, columns:int)
+draw():void
+draw(rows:int, columns:int):void
Expert Solution

Step 1
The complete answer in a java programming language is below:
Create a Triangle for your class. Create columns 3 and two member variable rows. Set the rows and columns to 4 and 4 by creating the default constructor. Create a parameterized constructor to pass values to the rows and columns. Create a method for printing the triangle with the number of rows and columns set at object creation 6. Create a method for printing the triangle that accepts rows and columns as parameters.
Step by step
Solved in 4 steps with 2 images

Recommended textbooks for you

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

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
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY