by Sarah Farrar
Void response ( )
{
l string question = “How are you?”;
l string person = “friend”;
l string honest = “never”;
if ( person == “friend” && question == “How are you?”)
{
l if ( honest == always)
l {
l l system.out.println(“not okay. empty.”);
l }
l system.out.println(“fine.”);
}