+ 1
A few bugs or not?
Hi there! Look Hello! Here is screenshots. 1. The task: The theme of browser. https://postimg.cc/PCF3D79R 2. My decision https://postimg.cc/gwCgSZYy 3. Answer of an app https://postimg.cc/2qbH7wf8 App talk to me that there is no output from program. 4. And I have a screenshot of a second bug, that I found. It’s a HTML course. Task of media. There is a extra angle bracket after first “<audio”. https://postimg.cc/342nPxRs What do you think?
16 Réponses
+ 3
Максим Пчелинцев
There is no issue in Browser theme task.
You have to convert input to number because when you take input it is bydefault considered as string
So there should be
parseInt(readLine(), 10)
Or
Number(readLine())
+ 2
Please report to info@sololearn.com including the screenshots.
+ 2
And did you try to make the indentation?
+ 2
I mean: Do you pass the test cases when you do the indentation as suggested by the app?
+ 2
A͢J
Oh thank u!
+ 2
Максим Пчелинцев
All compiler accepts inputs only in string doesn't matter you entered number or decimal value.
+ 1
I don't know what causes this issue. Maybe you could try to do the task on the web version?
+ 1
You need to tell them that there is a bug so they _know_ that they need to fix it.
+ 1
That is not a compiler bug.
+ 1
I think the issue is that the example solution is misleading: It does not convert the input to a numeric type but the switch uses numeric types.
0
I sent a report and got an inarticulate response:
Hello!
Thank you for reaching out to us.
“Please don’t feel discouraged and make sure to keep the suggested identations. We find that many developers struggle when they first start studying, but that with consistent practice and community support, they learn quickly. Even experienced developers still get stuck!We recommend heading to our Discuss Q&A forum for all of your programming-related questions. Our friendly community is always ready to help!”
0
No, she didn't ask for it
0
Yes, I have tried many different ways. Even inserted the code that is the solution from the application
0
I will try. But app developers must fix it for other students
0
In mobile app I founded a simple decision of an issue.
case “1”:
console.log(”Light”);
The compiler accepts strings not numbers!
0
A͢J well
I've done a task
Compiler bug