Skip to content

Commit 0bcf55a

Browse files
authored
Update 0308.md
The previous answer was wrong. It was specified as option A = 'a' when the answer is 'ad'. None of the answers were correct so this update changes A to ad to provide at least one correct answer.
1 parent c7688cf commit 0bcf55a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

questions/0308.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ echo ($b < 50 XOR $c == 30) ? "c" : "d";
1212
```
1313
Enter the exact script output
1414

15-
- [ ] A) a
15+
- [ ] A) ad
1616
- [ ] B) b
17-
- [ ] C) c
18-
- [ ] D) ab
17+
- [ ] C) ab
18+
- [ ] D) a
1919

2020
<details><summary><b>Answer</b></summary>
2121
<p>

0 commit comments

Comments
 (0)