Skip to content

Commit

Permalink
solved:Chapter4-4
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 7, 2023
1 parent 2bb3f15 commit af00ed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/Problem/stopmin/Chapter4/Q04.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ public class Q04 {
*/
public static void main(String[] args) {
// TODO: for문을 사용해 1부터 100까지의 숫자를 출력해 보자.
for (int i = 1; i <= 100; i++) {
System.out.println(i);
}
}
}

0 comments on commit af00ed9

Please sign in to comment.