// Start comments with double slashes. // Separate each item by a # // Options for the types of entries can be found in DataInputModel TITLE Please answer the following questions to the best of your ability. Click on 'Done' button when done. # RADIOBUTTON How many arithmetic operators are available in C++ programming language? 4 5 6 7 8 # CHECKBOX Pick ALL the operators among the following that are C++ arithmetic operators (check all that apply): < * ! / % ^ # RADIOBUTTON How many of the following numbers are prime numbers: 2, 3, 4, 5, 6, 7, 8, 9, 10 1 2 3 4 5 6 # CHECKBOX Which of the following C++ operators have 'integer' and 'real' types (check all that apply)? <= > && + / ^ # RADIOBUTTON For which of the following C++ operators is 'Dividing by Zero' an issue (check all that apply)? >= - || % ^ ! # RADIOBUTTON What is the sum of the internal angles in a triangle? 90 180 270 360 450 600 # RADIOBUTTON To how many C++ arithmetic operators does the issue of 'Precedence' apply? none only-one all only-two only-three # CHECKBOX Pick all the issues that apply to all the C++ arithmetic operators (check all that apply) Coercion Correct (evaluation) Error Associativity Real # CHECKBOX Which of the following are types of operators in C++ (check all that apply)? Relational Abstraction Repetition Logical Selection Assignment