CISC105 Spring 2007 Lab05
> a.out 0 3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60 63 66 69 72 75 78 81 84 87 90 93 96 99 102 105 108 111 114 117 120 123 126 129 132 135 138 141 144 147
* up-left ** *** *** down-left ** * * up-right ** *** *** down-right ** *After the user selects a type, they will be asked for the size. In addition to the indent and asterisk functions, you will have a separate function for each kind of triangle1. See the menu-driven problem in the previous lab for more information about the menu.
|
Write a complete program, but do not write any comments unless you think I need them to understand your code. Your program will ask a user for an integer and a double and print the sum of the user's input.Here are some of the point deductions I might use when looking at this kind of problem. NOTE: These deductions may not be a good predictor of deductions on other problems. wrong type var declaration 1-2