Examlex

Solved

If (A > 10)

question 45

Multiple Choice

if (a > 10)
   if (b > 10)
      if (c > 10)
          result =  1;
      else
          if (b > 100)
             result = 2;
          else
Result = 3;
    else
      result = 4;
  else
    result = 5;
Using the above code segment, w hat is stored in result when a, b and c are equal to 200?


Definitions:

Formal Reference Groups

Groups with a structured system of organization and a specific set of expectations that influence an individual's behavior and attitudes.

Marketers

Professionals involved in promoting, selling, and distributing a product or service.

Clothing

Textile items worn on the body, primarily designed for purposes such as protection, comfort, and social or cultural expression.

Cosmetics

Substances or products applied to the body, particularly the face, to enhance or alter appearance, often for beauty or grooming purposes.

Related Questions