It's gonna hold integers so I have to say int as we'll see 0 and set it equal to 0.
因为需要是整数,所以我们把它定义为int类型,并初始化为。
i So I have up here at the top of my program a variable called i 0 of type int, and I have to initialize it up here to zero.
所以在程序的顶端我有一个int类型的变量,我需要把它初始化为。
应用推荐