Difference between revisions of "CSC231 Homework 5 2017"
(→Problem #1) |
(→Problem #1) |
||
Line 15: | Line 15: | ||
[[Image:hw5_1.png|400px|center]] | [[Image:hw5_1.png|400px|center]] | ||
<br /> | <br /> | ||
− | Note that the output corresponds to 3 geometric | + | Note that the output corresponds to 3 geometric patterns: a triangle of 5 lines, a square of 5 lines, and another triangle of 5 lines. The width of the square and triangles is 5 star (max length of a line). |
<br /> | <br /> | ||
[[Image:hw5_1top.png|230px]] | [[Image:hw5_1top.png|230px]] |
Revision as of 07:13, 25 March 2017
--D. Thiebaut (talk) 08:12, 25 March 2017 (EDT)
Contents
This homework is due on 4/3/17, at 11:55 p.m.
Problem #1
Write an assembly language program that prompts the user for an integer, and prints out a pattern of stars representing a triangle, a square, and another triangle.
Here is an example where the user enters 5 when prompted by the program:
Note that the output corresponds to 3 geometric patterns: a triangle of 5 lines, a square of 5 lines, and another triangle of 5 lines. The width of the square and triangles is 5 star (max length of a line).