๐ต
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
/* | |
* [๊ณผ์ 3. ๋์ด๋์ฐ ์ ์ฅ๊ถ ๊ณ์ฐ ํ๋ก๊ทธ๋จ] ์ ํผ๋๋ฐฑ ๋ฐ์! | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-06 | |
* */ | |
public class MiniAssignment03InFeedback { | |
public static void main(String[] args) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
/* | |
* [๊ณผ์ 2. ๊ฒฐ์ ๊ธ์ก ์บ์๋ฐฑ ๊ณ์ฐ ํ๋ก๊ทธ๋จ] ์ ํผ๋๋ฐฑ ๋ฐ์! | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-06 | |
* */ | |
public class MiniAssignment02InFeedback { | |
public static void main(String[] args) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.IOException; | |
import java.nio.file.Files; | |
import java.nio.file.Path; | |
import java.nio.file.Paths; | |
import java.util.List; | |
/* | |
* ๊ณผ์ 10 : ๊น์ง ๊ณผ์ 2 . ์์ด๋ก ์์ฑ ๋ ์ 19๋ ๋ํต๋ น ์ทจ์์ฌ์ ์๋ฌธ ๋ฌธ์ฅ์ ๋ณด๊ณ ๊ฐ ์๋ฌธ ์ํ๋ฒณ ๋ณ ์ถํ ๋น๋์ ๊ฐ์๋ฅผ ๊ตฌํ์ฌ ์ ์ฒด ์ํ๋ฒณ ์ค ๋ช % ๋น์จ๋ก ๋์ค๋์ง ๊ตฌํ๋ ํ๋ก๊ทธ๋จ์ ์์ฑ | |
* | |
* ์์ฑ์ : ๊น์งํ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
/* | |
* ๊ณผ์ 9 : ๊น์ง ๊ณผ์ 1 . ์๊ฐ ๊ด๋ฆฌ ํ๋ก๊ทธ๋จ ์์ฑ์ ์ํ ๋ฉ๋ด ๊ธฐ๋ฅ ๊ตฌํ | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-03 | |
* */ | |
public class MiniAssignment09 { | |
public static void main(String[] args) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.ArrayList; | |
import java.util.Scanner; | |
/* | |
* ๊ณผ์ 8. ์ฐ์๋ ๊ณผ์ธ๊ธ์ก ๊ณ์ฐ ํ๋ก๊ทธ๋จ | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-03 | |
* */ | |
public class MiniAssignment08 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Arrays; | |
import java.util.Random; | |
import java.util.Scanner; | |
/* | |
* ๊ณผ์ 7. ๋ก๋ ๋น์ฒจ ํ๋ก๊ทธ๋จ | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-03 | |
* */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Random; | |
/* | |
* ๊ณผ์ 6. ๊ฐ์ ๋์ ๋น์ ์๋ฎฌ๋ ์ด์ ํ๋ก๊ทธ๋จ | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-02 | |
* */ | |
public class MiniAssignment06 { | |
public static void main(String[] args) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
import java.time.LocalDate; | |
/* | |
* ๊ณผ์ 5. ๋ฌ๋ ฅ ์ถ๋ ฅ ํ๋ก๊ทธ๋จ | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-02 | |
* */ | |
public class MiniAssignment05 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Random; | |
import java.util.Scanner; | |
/* | |
* ๊ณผ์ 4. ์ฃผ๋ฏผ๋ฑ๋ก๋ฒํธ ์์ฑ ํ๋ก๊ทธ๋จ | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-02 | |
* */ | |
public class MiniAssignment04 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
/* | |
* ๊ณผ์ 3. ๋์ด๋์ฐ ์ ์ฅ๊ถ ๊ณ์ฐ ํ๋ก๊ทธ๋จ | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-02 | |
* */ | |
public class MiniAssignment03 { | |
public static void main(String[] args) { |