public class WhileNested {
public static void main(String[] args) {
// int i=0;
// while (i<5) {
// System.out.print("★");
//i++;
//}
//System.out.println();
/*
* ★★★★★
* ★★★★★
* ★★★★★
* ★★★★★
* ★★★★★
*/
/*i=0;
while (i<5){
i++;
System.out.print("★");
System.out.println();
}
System.out.println("-------------");
i=0;
while (i<5){
int i1=0;
while (i1<5) {
System.out.print("★["+i+","+i1+"]");
i1++;
}
i++;
System.out.println();
}*/
/*
*☆★★★★
*★☆★★★
*★★☆★★
*★★★☆★
*★★★★☆
*/
int a=0;
int b=0;
String msg=" ";
while(a<0){
if((a+1)*b==a*(b+1)){
System.out.println();msg="☆";
}else{
msg="★";
}
System.out.print(msg);
a++;
}
}
}
------------------------------------------
이별은 누구별 ㅡㅡ
아옹 ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ
와이프 생기면 줘~
답글삭제소라가 뭔지 몰라서 말 못해준다며..
답글삭제잘해눼 한다.
잘하눼~~ 별은 하하꺼~~ㅋ
답글삭제작성자가 댓글을 삭제했습니다.
답글삭제별 만들기 하려다가 실패 햇엉 ㅠㅠ
답글삭제