Examlex

Solved

If (Amount > 1000)

question 29

Multiple Choice

if (amount > 1000)
    result = 1;
Else
   if (amount > 500)
      result = 2;
   else
      if (amount > 100)
          result = 3;
      else
          result = 4;
Using the above code segment, w hat is stored in result when amount is equal to 876?


Definitions:

Political Risk

The risk of losing money due to changes in a country's political environment or policy.

Foreign Operations

Business activities and transactions conducted in countries other than the company's home country.

Parent Company

A corporation that owns enough voting stock in another firm to control management and operations by influencing or electing its board of directors.

Forward Trade

A tailor-made agreement for buying or selling an asset at a future moment, based on a price established in the present, and not conforming to standard regulations.

Related Questions