[SOLVED] Why this code is not working? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

[SOLVED] Why this code is not working?

This code does not show any output: https://code.sololearn.com/W7ypjzOxJ8cH. What is the problem?

11th Feb 2018, 7:59 AM
Arushi Singhania
Arushi Singhania - avatar
16 Answers
+ 3
@anjali shah wrote: << what you want to print in this code >> Once time all errors corrected (spaces are the most numerous, but there's a lot of other mistakes), the output should be the animated drawing of a kitty... that's not obvious at all, because commentaries inside code are not really understandable (at least for people with not good english as me, but it seems that's not written in better english than better css ^^ @Arushi Singhania wrote: << I try removing some spaces and add html tag but no improvement. >> The lack of <html> tag is not a blocking error, and the spaces in too much are not the only errors: you must try removing ALL bad spaces first, then attempt to debug step by step (and probably correct some bad spaces again, as there's too much to be fixed all at once) to understand what don't work and how to correct... I could post the fixed (and improved) working version of your code, but it would not be useful for you to improve your skill, all the more that I cannot explain each of your too much numerous mistakes and bad practices ^^ Anyway, how have you write this code with as much errors but with good logical, as the drawing is perfect when errors corrected? The key for writting code is to test little part until it will work, before coding more stuff: debugging is quite more difficult on big codes than on little one, especially with Css codes (which are not always obvious to understand the priorities rules -- the way of weight of selectors are compared to decide wich one should overide wich other: not necessarly last declarated is remaining)... That's why I suggest to debug 'step by step', meaning in your code case, trying to make work the draw of only one eye, then both, then the nose, and so on (and why not starting by make them displaying work, before trying to animate).
14th Feb 2018, 6:36 PM
visph
visph - avatar
+ 6
<html> missing
11th Feb 2018, 10:19 AM
Anuska
Anuska - avatar
+ 3
If you open this code on the web browser, you will see all the error. Copy/Past from web/file can add some invisible character spaces. As Henry say, there is alot of unnecessary spaces in the CSS code. Example: width: 34px; /* Ok */ width: 34 px; /* Bad */ width: 34%; /* Ok */ width: 34 %; /* Bad */
12th Feb 2018, 3:21 PM
Thomas Hj
Thomas Hj - avatar
+ 3
@visph thanks bro. I will keep your suggestions in mind while developing codes.
17th Mar 2018, 10:47 AM
Arushi Singhania
Arushi Singhania - avatar
+ 3
@visph I am debugging it. It's about to complete but due to final exams I am not able to debugg for some days.
17th Mar 2018, 10:50 AM
Arushi Singhania
Arushi Singhania - avatar
+ 3
@Visph ok, thanks.
17th Mar 2018, 10:56 AM
Arushi Singhania
Arushi Singhania - avatar
+ 2
@Jackson stop making nonsense.
12th Feb 2018, 9:57 AM
Arushi Singhania
Arushi Singhania - avatar
+ 2
visph Can you post the link of corrected version of code ?? I am unable to fully correct it.
1st Apr 2018, 12:14 PM
Arushi Singhania
Arushi Singhania - avatar
+ 2
visph Thanks a lot !!!!
1st Apr 2018, 1:39 PM
Arushi Singhania
Arushi Singhania - avatar
+ 1
I try removing some spaces and add html tag but no improvement.
11th Feb 2018, 11:54 AM
Arushi Singhania
Arushi Singhania - avatar
+ 1
You have errors in css file. Compare all ID and class in HTML. Reformat your code, and don't use text editor, much better is IDE software ( for e.g. PhpStorm ). All selectors and selectors who have _ or -, in value, property, between value and semicolon, in keyframes remove empty space . In HTML remove </meta>.
12th Feb 2018, 2:52 PM
Josimov Dejan
Josimov Dejan - avatar
+ 1
Have you succeeded to debug your Doreamon code ?
17th Mar 2018, 10:49 AM
visph
visph - avatar
+ 1
Feel free to ask me to publish and post the link of my fixed and improved version, even that's better for your skill improvment if you do it yourself ;)
17th Mar 2018, 10:53 AM
visph
visph - avatar
0
what you want to print in this code
12th Feb 2018, 6:41 PM
anjali shah
anjali shah - avatar
- 7
Because you are using c++ instead of java #JavaGang upvote if you java
12th Feb 2018, 12:02 AM
Jackson Korfhage