说明:(Duplicate Elimination) Use a one-dimensional array to solve the following problem:
Write an app that inputs five numbers, each of which is between 10 and 100, inclusive. As each
number is read, display it only if it’s not a duplicate of a number alr <kk_hhh> 上传 | 大小:14kb
说明:(Displaying Triangles) Write an app that displays the following patterns separately, one below the other. Use for loops to generate the patterns. All asterisks (*) should be displayed by a single statement of the form Console.Write ('*'); which cause <kk_hhh> 上传 | 大小:13kb