Skip to main content

by Sarah Farrar

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