Exam PEGACSA72V1 All QuestionsBrowse all questions from this exam
Question 14

You are designing hotel booking forms for a travel application.

The first form contains two fields in which users enter a room type and the length of stay in days. A third field displays the total cost of the room.

The second form contains a field in which users select additional-cost options such as a sight-seeing tour. A second field displays the total cost of the options.

The third form contains a field that displays the grand total of the room and options.

Which two properties are considered source properties for the declare expression used to calculate the grand total? (Choose two.)

    Correct Answer: B, D

    To calculate the grand total, you need to consider the total cost of the room and the total cost of the additional options. Therefore, the source properties should be the 'Total cost of options' and the 'Total cost of room'. The length of stay and the options themselves are indirectly associated as they contribute to those totals but are not direct inputs for the grand total calculation.

Discussion
ClairFraserOptions: BD

BD. Total cost of options already calculates the options total.