MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your Junit knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
For the following codeif (a or b) and c then |
| A. | nThe condition/decision criteria will be satisfied by: |
| B. | a=true, b=true, c=true and a=false, b=false, c=false |
| C. | a=false, b=true, c=true |
| D. | a=true, b=false, c=true |
| E. | a=true, b=true, c=false |
| Answer» B. a=true, b=true, c=true and a=false, b=false, c=false | |