Draw a decision table for the reimbursement policy in Problem below :

Clyde Clerk is reviewing his firm’s expense reimbursement policies with the new salesperson, Trav Farr. “Our reimbursement policies depend on the situation. You see, first we determine if it is a local trip. If it is, we only pay mileage of 45 cents a mile. If the trip was a one-day trip, we pay mileage and then check the times of departure and return. To be reimbursed for breakfast, you must leave by 7:00 A.M., lunch by 11:00 A.M., and have dinner by 5:00 P.M. To receive reimbursement for breakfast, you must return later than 10:00 A.M., lunch later than 2:00 P.M., and have dinner by 7:00 P.M. On a trip lasting more than one day, we allow hotel, taxi, and airfare, as well as meal allowances. The same times apply for meal expenses.” Write structured English for Clyde’s narrative of the reimbursement policies.

```
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...

Identify the letter of the choice that best matches the phrase or definition.

A. You cannot retain a copy when you assign this kind of task. B. Lets you record information about a project. C. Not Started and In Progress are examples. D. One of three priority levels. E. View that provides all the task details. F. You can retain a copy and request a status report when this kind of task is assigned. G. View that lists tasks according to their priority. H. Lets you create quick tasks that normally are due the day you add them. I. The category that will be applied by default if you click an item's category column in the list pane. J. Low, Normal, and High are examples.

Computer Science & Information Technology

A Windows server has a problem after booting up. Kim, a technician, should immediately check the:

A. history logs. B. cron logs. C. application logs. D. system logs

Computer Science & Information Technology

You can use tonal values to duplicate a color.

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

Computer Science & Information Technology

Vector images are generally associated with ____, an animation program.

A. Adobe Illustrator B. Adobe Flash C. Adobe Photoshop D. Adobe Bridge

Computer Science & Information Technology