Hmmm | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hmmm

Is it normal when some tasks can only be checked on a computer?

8th May 2021, 5:44 PM
Regaliv Derif
Regaliv Derif - avatar
5 Answers
+ 4
what do you mean? what tasks? maybe try to rephrase your question a bit and make it clear so it's easier for other people to help you out.
8th May 2021, 5:50 PM
Apollo-Roboto
Apollo-Roboto - avatar
+ 2
The code i write in sololearn it does not works it says "NO connection"
9th May 2021, 2:42 PM
Om Rathore
Om Rathore - avatar
+ 1
fun main(args: Array<String>) { var letter = readLine()!![0] val names = arrayOf("John", "David", "Amy", "James", "Amanda", "Dave", "Bob", "Billy", "Bobby", "Diana", "Lenny", "Gina") val res = names .filter {it[0]== letter } for(x in res){ println (x) } } For example, this task was tested only on a computer.
8th May 2021, 5:59 PM
Regaliv Derif
Regaliv Derif - avatar
+ 1
Well, the problem is more that the computer is not always nearby. And it's hard to understand why the check fails. Either I was mistaken or the reason is different.
8th May 2021, 6:28 PM
Regaliv Derif
Regaliv Derif - avatar
+ 1
Yes, it's better to try out some codes on computer.. Like, frameworks and all doesn't work on mobiles compilers...
10th May 2021, 4:58 AM
sarada lakshmi
sarada lakshmi - avatar