Simple Challenge Time :D | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Simple Challenge Time :D

Print alphabets on screen ! Java, c#, c++, javascript, python, ruby or php My try(java): https://code.sololearn.com/ce6H7185mwka/#java

27th Aug 2017, 7:05 PM
Carlos Castro
Carlos Castro - avatar
15 Answers
27th Aug 2017, 7:37 PM
Luca
Luca - avatar
+ 9
for (m = 97; m <= 122; m++) { document.write( String.fromCharCode(m) + "<br>" ); };
27th Aug 2017, 7:52 PM
Maz
Maz - avatar
+ 6
My code is based on your because i was lazy to see the ASCII table on my own, you preceded me... i was about to write it in my comment. :D
27th Aug 2017, 7:56 PM
Maz
Maz - avatar
+ 5
28th Aug 2017, 5:03 AM
Stoyan Todorov
Stoyan Todorov - avatar
+ 2
@Maz we got same idea 😁
27th Aug 2017, 7:52 PM
Luca
Luca - avatar
+ 2
@Maz 😂 nice idea 😊
27th Aug 2017, 7:56 PM
Luca
Luca - avatar
+ 2
oh xD
27th Aug 2017, 8:44 PM
Carlos Castro
Carlos Castro - avatar
+ 1
We improved in programming by taking our doubts and mine is this: why you put m = 97 why you put 97 ?
27th Aug 2017, 8:25 PM
Carlos Castro
Carlos Castro - avatar
+ 1
97 is ASCII value of "a" and 122 of "z", so we start. from a to end with z...
27th Aug 2017, 8:27 PM
Luca
Luca - avatar
+ 1
oh thanks :D
27th Aug 2017, 8:41 PM
Carlos Castro
Carlos Castro - avatar
+ 1
@Carlos why do you keep changing "best answer" mark? 😂
27th Aug 2017, 8:44 PM
Luca
Luca - avatar
+ 1
eh, reusing challenges, I do writing from the char code https://code.sololearn.com/W39OboSy879P/?ref=app
27th Aug 2017, 10:30 PM
ysraelcon
ysraelcon - avatar
0
😂😂😂😂😂
27th Aug 2017, 8:45 PM
Luca
Luca - avatar
28th Aug 2017, 8:29 AM
sayan chandra
sayan chandra - avatar
- 2
TRY THIS BRAND NEW CHALLENGE AND GET FRESH.. https://www.sololearn.com/discuss/666260/?ref=app
28th Aug 2017, 5:40 PM
sayan chandra
sayan chandra - avatar