0
Fibonacci and mTable
Can someone help me to fix the error of my code please.. https://code.sololearn.com/cZTKhIkkLurP/?ref=app https://code.sololearn.com/cgs909f8MRoW/?ref=app
5 Réponses
+ 3
Sachiikoo This was not a big error try to solve it self and use debugger it will help you to find your mistakes
+ 2
Your first code is working without any syntectic error but in Second program line number 22
System.out.print("Fibonacci numbers below " + num + " " + "\\");
Here u put backslash so your double quotes will be ignored by Compiler and it will show syntex error becz double quotes or single quotes always comes with pair and due to back backslash your one double quotes is showing missing. You need put one more double quotes or u can put double back slash which i have written replace your this line with my written line it will work fine
+ 2
Thank you to the both of you😊.
+ 2
abol i didn't think my answer is good than yours actully big thing was for me that after my answer he understood his mistake .
+ 1
Thanks A.S . I try Nextime ('