id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

srp4379@lausd.net 1-logicbasics > divideBy7remainderIs2
prev  |  next  |  chance

public boolean divideBy7remainderIs2(int n)

Given a number (int), return true if it, when you divide it by 7,
the remainder is 2. False otherwise.


divideBy7remainderIs2(7) → false
divideBy7remainderIs2(9) → true
divideBy7remainderIs2(16) → true

...Save, Compile, Run (ctrl-enter)

public boolean divideBy7remainderIs2(int n) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 1

Copyright Nick Parlante 2017 - privacy