![見出し画像](https://assets.st-note.com/production/uploads/images/3072331/rectangle_large_7da19f79ede2cfdb873ab191774cddb7.jpg?width=1200)
【恋Pro】#2 瞬刊ペースのラブレター
// #恋するプログラム #2
// #瞬刊ペースのラブレター
// #SoraAikawa #Java
class self{
private int myHeart = 100;
public void main(){
File file = new File("C:¥DearMyLover.txt");
while(myHeart != 0){
scream(file);
}
}
puplic void scream(File loveLetter){
PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter(loveLetter))); pw.print("I LOVE YOU.");
}
}
// 私の気持ちがゼロになるまで、「アイシテル」と叫び続ける。