What is Minor Logic Error?
1.
A
#include <iostream.h>
void main()
{
int num;
cout<<"Do NOT enter the number 1:";
cin>>num;
if(num=1)
cout<<"You idiot! I said NOT to enter the number 1! ";
else
cout<<"Good job! ";
}
See
2.
When the CS202 student conveniently forgets parenthesis at the top of their function
int main /* what is missing here ? */
{
...
}
See
Random Words:
1.
A start of joke which trys to insult someones mother. Usually used by 12-year olds, that say the same damn joke over and over again.
..