前面是动词expect的变形(过去时expected,过去分词)
expected 形容词 期待的;预期的 被动含义expect 动词 预期;预料;期待;认为;猜想 主动含义例如:I was expected to go there at once. 我被期待马上到那里去。(被动) He expected me to go there at once. 他期待我马上到那里去。(主动,这里是过去式)老师祝你学习进步!望采纳,多谢!^_^
java expected
public static void printstuff()
{double x=5.1;
double y=6.2;
System.out.println(calc(x,0)+calc(0,y));
}
printstuff 后面加上()就行了,这是个函数
public static void printstuff () {double x=5.1; double y=6.2; System.out.println(calc(x,0)+calc(0,y)); }在 printstuff 后没少了个()
expect 和expected for
All my calssmate passed the exam except me.
除了我全班同学都通过了考试(我没有通过)
All my calssmate passed the exam except for me.
除了我通过了考试以外,其他同学也都通过了考试(我通过了)
两个都翻译成:除了,但意思不同。except是除外:后面的名词不属于前面的范围 except for是除内:除了后面的名词,还有别的属于前面的范围
注意:except for 还有 若不是,要不是由于的意思。句首句中都有这个语义差别。
希望讲清楚了。。。