用while和for循環輸出1-1000之間能被5整除的數,且每行輸出三個。

實操名稱:用while和for循環輸出1-1000之間能被5整除的數,且每行輸出三個。 環境:jdk 1.8 做者:李遠遠 一:用while循環實現語句 1.詳細代碼以下:web public class Test04 { public static void main(String[] args) { int i=1; int count=0; //用於
相關文章
相關標籤/搜索