The declarations int sum = 1 , old ; introduce an integer variable sum , initialized to 1 , and another variable old , which is uninitialized .
確定! 回上一頁