+ 7
[challenge] write the alphabet in 8 lines/rows a 3 characters and finally one line with two characters
abc def ghi jkl ...... for runaways: adg beh cfi ...... Have fun
8 Answers
+ 15
+ 8
This is my code in one line.
https://code.sololearn.com/WT6sHFIu4Kwt/?ref=app
+ 6
Here's my try with all the languages d:
https://code.sololearn.com/Wg0V496FG8N5/?ref=app
https://code.sololearn.com/wy0zgRz4OJMl/?ref=app
https://code.sololearn.com/cosuvnNERawq/?ref=app
https://code.sololearn.com/cWq8F6ZOY2PF/?ref=app
https://code.sololearn.com/cbr320Bk6bgS/?ref=app
https://code.sololearn.com/cYbHtDJe49dm/?ref=app
https://code.sololearn.com/c54F9P3tapCT/?ref=app
https://code.sololearn.com/ci2JOmoQR84M/?ref=app
https://code.sololearn.com/c57amJoN9b64/?ref=app
+ 5
+ 3
https://code.sololearn.com/cyhL05qNNvrZ/?ref=app
+ 2
My go in C (change the 'step' variable if you want to have other than 3 columns):
https://code.sololearn.com/cf2vzgl1Pg1O/#c
And the runaway version (change the 'step' variable if you want to have other than 3 lines):
https://code.sololearn.com/cs61f7Qv2xm0/#c
+ 2
@faisal ...polympic!
+ 1
its the second 1....>>
## bonus...in the code theres a input string by default...change it to random ; output will be sorted
## bonus...thers a input portal..give row number as input..
for "abcdefgh" with row=3
adg
beh
cf
with row 4
ae
bf
cg
dh
with row 6
ag
bh
c
d
e
f
https://code.sololearn.com/cLJ7Zsk0gPCz/?ref=app