Logo 
Search:

Assembly Language Forum

Ask Question   UnAnswered
Home » Forum » Assembly Language       RSS Feeds

Prints to console a triangle composed by N rows using “*” chars.

  Asked By: Art    Date: Nov 02    Category: Assembly Language    Views: 1381
  

Develop an 8086 assembly program that reads from console a number N (where 0<N<10)
and prints to console a triangle composed by N rows using “*” chars.
For example, given N = 5 :
N=5
*
**
***
****
*****

Share: 

 

No Answers Found. Be the First, To Post Answer.

 




Tagged: