954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Print an isosceles triangle

Greetings!

I have an assignment for my CSE class that requires me to write a program that prints out an isosceles triange made of asterisks. The program reads in the number of rows from the user and prints out a triangle with that amount of rows. The following functions were given to us: Print(NumRows-irow) blanks; Print (2*irow-1) characters '*'; Would I be right in assuming that the easiest way to do this is to define two functions? That is, one to print out spaces and one to print out asterisks?

maynardjk13
Newbie Poster
16 posts since Nov 2011
Reputation Points: 10
Solved Threads: 0
 

Not necessarily easiest, but it would work just fine.

WaltP
Posting Sage w/ dash of thyme
Moderator
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: