Homework 5

Write a program that given the even sidelength of a triangle, prints that triangle out of asterisks. Your program should work for triangles of all sidelengths between 2 and 80. For example, if your program is given a length of 8, it should print
   **
  ****
 ******
********
Remember:
It is due We 2/17, late homeworks will be penalized !
You will be graded on:
  1. correctness: (6 points)
  2. style: (4 points)