+ 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
15 Respuestas
+ 2
here's my try in PHP:
https://code.sololearn.com/wlKfCV16t48c/#php
and in c++
https://code.sololearn.com/c4L03fWpbHvv/#cpp
+ 9
for (m = 97; m <= 122; m++) {
document.write(
String.fromCharCode(m) + "<br>"
);
};
+ 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
+ 5
Here's the C# version from me https://code.sololearn.com/cyC9YyduPSys/?ref=app
+ 2
@Maz we got same idea 😁
+ 2
@Maz 😂 nice idea 😊
+ 2
oh xD
+ 1
We improved in programming by taking our doubts and mine is this:
why you put m = 97 why you put 97 ?
+ 1
97 is ASCII value of "a" and 122 of "z", so we start. from a to end with z...
+ 1
oh thanks :D
+ 1
@Carlos why do you keep changing "best answer" mark? 😂
+ 1
eh, reusing challenges, I do writing from the char code https://code.sololearn.com/W39OboSy879P/?ref=app
0
😂😂😂😂😂
- 1
here is new challenge...
https://www.sololearn.com/discuss/664933/?ref=app
- 2
TRY THIS BRAND NEW CHALLENGE AND GET FRESH..
https://www.sololearn.com/discuss/666260/?ref=app