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

 

pais@kinetigram.com > L34_blackjack
prev  |  next  |  chance

APCS Logic 3, Problem 4. Given 2 int values greater than 0, return whichever value is nearest to 21 without going over. Return 0 if they both go over.


L34_blackjack(19, 21) → 21
L34_blackjack(21, 19) → 21
L34_blackjack(19, 22) → 19

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

public int L34_blackjack(int a, int b) { }

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: 200

Copyright Nick Parlante 2017 - privacy