Draw a decision tree depicting the reimbursement policy below:

```
DO WHILE there are claims remaining.
IF a local trip
Pay 45 cents a mile
THEN IF a one-day trip
Pay mileage and check the times of departure and return
IF leave by 7:00 A.M. and return later than 10:00 A.M.
THEN receive reimbursement for breakfast
IF leave by 11:00 A.M. and return later than 2:00 P.M.
THEN receive reimbursement for lunch
IF leave by 5:00 P.M. and have dinner by 7:00 P.M.
THEN receive reimbursement for dinner
ELSE
We allow hotel, taxi, and airfare
ENDIF
ENDIF
ENDIF
Print summary for Trav Farr
ENDDO
```


Computer Science & Information Technology

You might also like to view...

The ____ is displayed along the top edge of the Gantt chart.

A. Entry bar B. timescale C. menu bar D. View Bar

Computer Science & Information Technology

You cannot select multiple values when filtering a PivotTable report using a report filter.? ____________________ ?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When writing an event-handling method in a GUI application, what should you consider about a variable's scope?

What will be an ideal response?

Computer Science & Information Technology

The only two states from which an app can be terminated are Stopped and Destroyed.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology