Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 1 . 3 1 LAB: Drawing a right side up triangle Write a recursive function called DrawTriangle ( ) that outputs lines of '

11.31 LAB: Drawing a right side up triangle
Write a recursive function called DrawTriangle() that outputs lines of 'k' to form a right side up isosceles triangle. Function DrawTriangle()
has one parameter, an integer representing the base length of the triangle. Assume the base length is always odd and less than 20. Output 9
spaces before the first 'x' on the first line for correct formatting.
Hint: The number of 'k' increases by 2 for every line drawn.
Ex: If the input of the program is:
3
the function DrawTriangle() outputs:
Ex: If the input of the program is:
19
the function DrawTriangle() outputs:
Note: No space is output before the first 'k' on the last line when the base length is 19.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems 6th Asian Conference Aciids 2014 Bangkok Thailand April 7 9 2014 Proceedings Part I 9 2014 Proceedings Part 1 Lnai 8397

Authors: Ngoc-Thanh Nguyen ,Boonwat Attachoo ,Bogdan Trawinski ,Kulwadee Somboonviwat

2014th Edition

3319054759, 978-3319054759

More Books

Students also viewed these Databases questions

Question

c. What were you expected to do when you grew up?

Answered: 1 week ago