Ex - Write a program which draws an isosceles triangle, where the height the triangle and the length of its base are integers given by the user. The triangle should be drawn in the text mode, using “*:” characters. The triangle should be printed only if the length of its base is an odd number.

Thanks in advance!

Sponsored Links