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?

Not necessarily easiest, but it would work just fine.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.