im a newbie in c#
well, our professor asked us to:
Write a program in c# to print a triangle composed of a symbol. The number of of lines in the triangle and the symbol should be entered as an input from a user.
Example:
Enter the number of lines: 7
Please choose a symbol: #
Output:
#
###
####
#####
######
#######
########
something like that..
Please.. I really need help..
thank you!