'Algorithm&DataStructures/StepByStep'에 해당되는 글 17건

donaricano-btn

MakingStar(1)


1.Question

1) Enter a Number N

2) You should make a tier star top

3) First layer line has a star, Second has two.....and Last layer has N star 

4) Layer size must be N


2. Solution


https://github.com/KyleJeong/Algorithm
블로그 이미지

리딩리드

,
donaricano-btn

Multiplication table


1. Question

1) Enter a number N

2) To print out from N*1 to N*9


2. Solution


https://github.com/KyleJeong/Algorithm
블로그 이미지

리딩리드

,
donaricano-btn

CountBackwardsN


1. Question

1) You have a number N

2) Print out numbers backwards from N to 1


2. Solution


https://github.com/KyleJeong/Algorithm
블로그 이미지

리딩리드

,
donaricano-btn

N

1. Qustion

1) If you have a number N, you will display number from 1 to N


2. Solution


https://github.com/KyleJeong/Algorithm
블로그 이미지

리딩리드

,