摘要:
1.Local variable(local) ex. int i = 0; factorial(i); the "i" outside the method factorial(i) is called local variable ; and the "i" in method factoria 阅读全文
posted @ 2019-03-08 15:30
leaves0529
阅读(89)
评论(0)
推荐(0)