+ 19
[ASSIGNMENT] PATTERN !
Make a program that takes input from the user and prints the following pattern & & & & & & & & & & & & the users input no. will be printed printed in the last row in above example users input = 5 hence 5 rows and 5 ampersands in the last row HAPPY CODING!!!!
21 Answers
+ 24
+ 29
here is my try //used so many loops , for no good reason
https://code.sololearn.com/cJrbIfN6qxiw/?ref=app
+ 22
https://code.sololearn.com/cn40j454qXfp/?ref=app
+ 19
My try in C++:
https://code.sololearn.com/cJAOxf1qnn5P/?ref=app
+ 17
Here's my C# implementation! ✌
Enjoy~ ❤
https://code.sololearn.com/c4hc5Fqi6IEp/?ref=app
+ 17
Recurse your brains out
https://code.sololearn.com/ckVu972tpYLJ/?ref=app
+ 16
+ 13
bookmarking
+ 13
Here, hope I'm not late:
https://code.sololearn.com/c8WkE6x6Tto8/?ref=app
+ 12
my attempt in python
https://code.sololearn.com/c9AnfPApgF6F/?ref=app
+ 11
https://code.sololearn.com/c3fIe3J0RYCL/?ref=app
+ 11
Here's my try
https://code.sololearn.com/cdtoFCovH0s3/?ref=app
+ 10
trying...
+ 9
Here's my try with c++:
https://code.sololearn.com/cK3yivuigjfp/#cpp
+ 7
https://code.sololearn.com/cI2mO0uBFHa0/?ref=app
+ 5
herez my one liner function
https://code.sololearn.com/c36uyBImRL6W/?ref=app