Skip to content

Commit 305ce3c

Browse files
committed
Update challenges.md
1 parent ed00e82 commit 305ce3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/variables/challenges.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ B
7373
A
7474
```
7575

76+
7677
```java,editable
7778
void main() {
7879
String a = "A";
@@ -87,6 +88,11 @@ void main() {
8788
}
8889
```
8990

91+
You are not allowed to write `b = "A";` or `a = "B";`
92+
93+
## Challenge 5
94+
95+
If your solution to the previous challenge was this:
9096

9197
## Challenge 5
9298

0 commit comments

Comments
 (0)