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

 

tmhscs@gmail.com fundamentals > fund_bothGreaterThanPi
prev  |  next  |  chance

Given two doubles, return true if BOTH of them are greater than 3.14159.


fund_bothGreaterThanPi(1.0, 2.0) → false
fund_bothGreaterThanPi(3.0, 4.0) → false
fund_bothGreaterThanPi(4.0, 5.0) → true

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

public boolean fund_bothGreaterThanPi(double a, double 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

Post-solution available

Copyright Nick Parlante 2017 - privacy