What is a bug? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
23rd Jun 2019, 6:42 PM
dgidi
dgidi - avatar
5 Answers
+ 2
A bug is an unxpected error but you don't have to confuse with a glich that is a bug that makes another bug
23rd Jun 2019, 7:09 PM
Alexito
Alexito - avatar
+ 1
can you give an example
23rd Jun 2019, 6:46 PM
dgidi
dgidi - avatar
+ 1
everytime your program doesn't work or does something you didn't intend the program should do, it's a bug.
23rd Jun 2019, 6:48 PM
Anton Böhler
Anton Böhler - avatar
+ 1
//some example class Program { public static void main(String args[]) { // here is bug System.out.println("find the "bugs); // this is correct System.out.println("find the bugs"); } }
23rd Jun 2019, 7:19 PM
zemiak
0
Thank you
23rd Jun 2019, 6:54 PM
dgidi
dgidi - avatar