A few bugs or not? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

14th Jun 2023, 2:23 PM
Максим Пчелинцев
Максим Пчелинцев - avatar
16 Answers
+ 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())
14th Jun 2023, 3:55 PM
A͢J
A͢J - avatar
+ 2
Please report to info@sololearn.com including the screenshots.
14th Jun 2023, 2:26 PM
Lisa
Lisa - avatar
+ 2
And did you try to make the indentation?
14th Jun 2023, 2:31 PM
Lisa
Lisa - avatar
+ 2
I mean: Do you pass the test cases when you do the indentation as suggested by the app?
14th Jun 2023, 2:34 PM
Lisa
Lisa - avatar
+ 2
A͢J Oh thank u!
14th Jun 2023, 3:57 PM
Максим Пчелинцев
Максим Пчелинцев - avatar
+ 2
Максим Пчелинцев All compiler accepts inputs only in string doesn't matter you entered number or decimal value.
15th Jun 2023, 9:54 AM
A͢J
A͢J - avatar
+ 1
I don't know what causes this issue. Maybe you could try to do the task on the web version?
14th Jun 2023, 2:42 PM
Lisa
Lisa - avatar
+ 1
You need to tell them that there is a bug so they _know_ that they need to fix it.
14th Jun 2023, 3:05 PM
Lisa
Lisa - avatar
+ 1
That is not a compiler bug.
15th Jun 2023, 9:57 AM
A͢J
A͢J - avatar
+ 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.
15th Jun 2023, 9:57 AM
Lisa
Lisa - avatar
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!”
14th Jun 2023, 2:28 PM
Максим Пчелинцев
Максим Пчелинцев - avatar
0
No, she didn't ask for it
14th Jun 2023, 2:33 PM
Максим Пчелинцев
Максим Пчелинцев - avatar
0
Yes, I have tried many different ways. Even inserted the code that is the solution from the application
14th Jun 2023, 2:36 PM
Максим Пчелинцев
Максим Пчелинцев - avatar
0
I will try. But app developers must fix it for other students
14th Jun 2023, 2:50 PM
Максим Пчелинцев
Максим Пчелинцев - avatar
0
In mobile app I founded a simple decision of an issue. case “1”: console.log(”Light”); The compiler accepts strings not numbers!
15th Jun 2023, 8:54 AM
Максим Пчелинцев
Максим Пчелинцев - avatar
0
A͢J well I've done a task Compiler bug
15th Jun 2023, 9:55 AM
Максим Пчелинцев
Максим Пчелинцев - avatar