Skip to content

Commit f0629a5

Browse files
authored
Update _sources/Unit3-If-Statements/topic-3-3-if-else.rst
1 parent 093beb7 commit f0629a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sources/Unit3-If-Statements/topic-3-3-if-else.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ If you want to simulate an event occuring 90% of the time, you can check the ran
467467

468468
if (Math.random() > 0.75) { System.out.println("Rain"); }
469469

470-
- Correct. This code will print "Rain" 25% (.1 - .75) of the time.
470+
+ Correct. This code will print "Rain" 25% (.1 - .75) of the time.
471471

472472
- .. code-block:: java
473473

0 commit comments

Comments
 (0)