摘要: I am going to create an array which is similar to the list in python by using Java. It turns out that a very basic list is trivial to implement, as sh 阅读全文
posted @ 2021-01-02 21:55 M1stF0rest 阅读(110) 评论(0) 推荐(0)
摘要: In python,we have something like the list, say L[1,2,3]. We can also add the last digit to the list by doing so:L.append(i) However, in JAVA, we do no 阅读全文
posted @ 2021-01-02 20:01 M1stF0rest 阅读(137) 评论(1) 推荐(0)