Trailing Spaces - how to remove kotlin | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Trailing Spaces - how to remove kotlin

https://code.sololearn.com/crCO7h6c5cof/?ref=app WHY DOES THE ANSWER SHOW AS WRONG WHEN DATA INTEGRITY IS OK ? (Button as a component exercise)

4th Oct 2022, 1:49 PM
Sanjay Kamath
Sanjay Kamath - avatar
7 Answers
+ 4
Lisa, this is from Kotlin lesson, practice 30.2 Sanjay Kamath I think the only trouble is that you used capital X and the practice expects lowercase. Observe carefully the task description.
4th Oct 2022, 2:44 PM
Tibor Santa
Tibor Santa - avatar
+ 4
Tibor Santa There hadn't been any question or hint what task is, when I wrote the initial comment...
4th Oct 2022, 2:52 PM
Lisa
Lisa - avatar
+ 1
Tibor Santa Don't the moderators need to specify that the X should be lowercase. This cannot be assumed.
4th Oct 2022, 3:12 PM
Sanjay Kamath
Sanjay Kamath - avatar
+ 1
The moderators don't create the task :) You can see that the "x" must be lowercase from the task: widthxheight or 100x150
4th Oct 2022, 3:22 PM
Lisa
Lisa - avatar
+ 1
Lisa haha (sic)
4th Oct 2022, 3:26 PM
Sanjay Kamath
Sanjay Kamath - avatar
0
Hi, this is the Q&A section, here you can ask programming related questions. What is your question?
4th Oct 2022, 1:58 PM
Lisa
Lisa - avatar
0
println(x + "x" + y) /* Small letter 'x' */
4th Oct 2022, 2:50 PM
SoloProg
SoloProg - avatar