看板
[ java ]
討論串[問題] 關於for回圈
共 8 篇文章
內容預覽:
但是嚴格說起來這麼寫沒效果:). qrtt1@ubuntu:~/test$ g++ for.cpp -Wall. for.cpp: In function ‘int main()’:. for.cpp:10: warning: statement has no effect. qrtt1@ubunt
(還有2266個字)
內容預覽:
public class test. {. public static void main(String[] args). {. int i=0;. for(i=0; i<100; ++i). if(i==3). break;. for(i;i<100;++i). System.out.printl
(還有158個字)