请输入您要查询的俚语:

 

俚语 logic error
释义

logic error

The cause of any unexpected and undesired outcome. Usually attributable to a fundamental lack of understanding of the underlying situation. Most logic errors are minor logic errors.
If I jam a fork into this electrical outlet, money will come out.

minor logic error

When the CS202 student conveniently forgets parenthesis at the top of their function
int main /* what is missing here ? */
{
...
}

minor logic error

A logic error that appears to be catastrophic, but is very easy to correct.
#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!\";
}
随便看

 

英语俚语辞典收录了3210630条英语俚语在线翻译词条,基本涵盖了全部常用英语俚语的翻译及用法,是英语学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2024/11/8 9:07:19