System.out.prin t("data> ");
command=scan.ne xtLine();
if (command == "Enter")
System.out.prin tln("yes");
how can i vertify if command == "Enter"
command=scan.ne xtLine();
if (command == "Enter")
System.out.prin tln("yes");
how can i vertify if command == "Enter"
Comment