You see, on one hand, this culture of success, You can do this, you can get rich, God wants you to be rich.
你看,一方面来说,有一种“成功文化“出现,“你能行的,你会富有,上帝希望你富有“
You are doing a great work. Keep up the good job because I know you can do it.
你做得真棒!再接再厉哦,相信你能行的!
So input is an int called F, print out to the screen or your piece of paper the value of C. Odds are you only need two, maybe three lines of code for this, but the goal ultimately will be try it on your own.
所以输入是一个int类型的F,在你的屏幕上,或你们的纸上打印出C的数值,可能你们需要两行或者三行的代码,但是最终的目标需要你自己独自尝试。
One percent is just theory. Good job! I know you can do it.
理论指导只占剩下的 1%。干得不错!相信你,能行的!
Keep it up! I know you can do it. You're working very hard.
再接再厉哦!相信你行的。你学得非常努力。
I know you can do this work.
相信你,能行的!
You can do it!
相信你,你行的!
You can do it.
你行的。
And so what I was hinting at earlier when you put semicolons in the wrong place, and then proceed to have curly braces around arbitrary lines of code, you're creating an even more local scope there, which is generally not the right intended behavior.
在之前我暗示了,当你把一个分号放在错误的地方时,然后开始用花括号,括上任意行的代码,你在那里创建了一个局部范围,那个不是故意的行为。
As an aside, if you ever just have one line of code that you want to execute, one puzzle piece in Scratch terminology, ; you actually don't need the curly braces; you only need the curly braces if you have two or more lines of code that you want to execute if that condition is true.
此外,如果你只有一行代码,需要执行,在Scratch,术语中叫做,一句代码,你就不需要使用花括号了;,如果那个条件成立,你有两行或更多行的代码时需要执行时,你就需要花括号。
应用推荐