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语句的圆括号里可以是一个整数,或者一个字符或其他的基本类型。
Then I'm declaring a variable called n, it's of type int.
然后我声明了一个变量n,它是int型的。
应用推荐