Skip to content

Commit

Permalink
Java, remainder operation question. (Ebazhanov#1063)
Browse files Browse the repository at this point in the history
* Add new question

* remove whitespace
  • Loading branch information
thomasyoung-audet authored Feb 2, 2021
1 parent 0dadf8e commit 735208e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/java-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,3 +802,9 @@ public static void main(String[] args) {
- [ ] native
- [ ] interface
- [X] unsigned

#### Q65. Which operator would you use to find the remainder after division?
- [X] %
- [ ] //
- [ ] /
- [ ] DIV

0 comments on commit 735208e

Please sign in to comment.