System.out.println("title : ");
title = s.nextLine();
if(title.length()==0) <<< 여기서부터 무슨뜻이야? 무슨기능인지 나 전혀 모르겠어
title=s.nextLine();
System.out.println("title : ");
title = s.nextLine();
if(title.length()==0) <<< 여기서부터 무슨뜻이야? 무슨기능인지 나 전혀 모르겠어
title=s.nextLine();
if문법에 대해서 찾아보셈