I get the int and store it in n. The switch statement takes inside its parenthesis an int or a char or some primitive type.
我得到一个整数并把它存储,到n中,switch语句的圆括号里可以是一个整数,或者一个字符或其他的基本类型。
And I'm using the so-called "assignment operator," a single equals sign to store in n what?
我用了一个复制操作符“,一个等号向n中存储了什么?
So to store in n whatever GetInt returns.
所以存储在n中的是GetInt,的返回值。
应用推荐