The introduction is empty
Posts
Q&A
์ฐ์ฐ์ ํํธ ์ง๋ฌธ
c = a + b, c = a - b ๋ชจ๋ c์ ์ํฅ์ด ๊ฐ์ง ์์ผ๋ฏ๋ก ๊ด์ฐฎ์์!
- 0
- 2
- 310
Q&A
์ ๋ฌ๊ฐ(Parameter) ๊ฐ์์์ for๋ฌธ ์ดํด๊ฐ ํ์ํฉ๋๋ค
?3 * 3 * 3 = 27์๋๊ฐ?powerByExp(3,3); // 3 3 3 = 8
- 0
- 3
- 407
Q&A
์!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
์ ์ ํฉ๋๋ค.methood(12, false)
- 0
- 2
- 507
Q&A
???
wow
- 0
- 3
- 788
Q&A
???
package c5; public class _02_multiarray { public static void main(String[] args) { // ๊ฒ์ ์นธ String[][] gameseat = new String[][] { {"A1", "A2", "A3", "A4", "A5"}, {"B1", "B2", "B3", "B4", "B5"}, {"C1", "C2", "C3", "C4", "C5"} }; for (String[] seats: gameseat) { for (String seat: seats) { System.out.println(seat); } } } }(๋ด ๋จธ๋ฆฌ - ํญ8)
- 0
- 3
- 788
Q&A
for๊ณผ ๋ฐฐ์ด
๋ค์ฐจ์ ๋ฐฐ์ด ์ํ๋ ์ด๋ป๊ฒ ํ๋์?
- 0
- 2
- 359