Examlex

Solved

Which of the Following Conditions Can Be Added to the Code

question 117

Multiple Choice

Which of the following conditions can be added to the code below so it will loop until the user enters "no" or "NO"? Scanner in = new Scanner (System.in) ;
System.out.print ("Continue? ") ;
String response = in.next() ;
While (/* put condition here */)
{
System.out.println ("Hello beautiful!") ;
System.out.print ("Continue? ") ;
Response = in.next() ;
}


Definitions:

Psychographic

Psychographic refers to the method of segmenting markets on the basis of the personality, values, opinions, attitudes, interests, and lifestyles of consumers.

Related Questions