Compilation Error... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Compilation Error...

Hi, I wrote the following code on my PC and it gave me no errors, but when I re-wrote it in SoloLearn it tells me there was a compilation error... the code checks if a given number is Prime or not could anyone help me understand why is that? https://code.sololearn.com/cm6YdO83Da90/?ref=app

5th Apr 2018, 9:02 PM
David Wicker
David Wicker - avatar
2 Answers
+ 2
There are a couple of ; missing, and the last return should be inside the last function. And even then, it tells me that 5 is not a prime. Oh, and I forgot the illegal characters, as Gordie said
5th Apr 2018, 9:17 PM
Bebida Roja
Bebida Roja - avatar
0
thank you very much, I was able to fix the issue. Now it is working, and correctly returns 5 is Not a prime number. https://code.sololearn.com/cm6YdO83Da90/?ref=app
5th Apr 2018, 9:37 PM
David Wicker
David Wicker - avatar