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

 

simona1@sfusd.edu arrays2 > eightFourthRoots
prev  |  next  |  chance

Return an array of 8 doubles with the fourth roots of 1 - 8 in order.


eightFourthRoots() → [1.0, 1.189207115002721, 1.3160740129524924, 1.4142135623730951, 1.4953487812212205, 1.5650845800732873, 1.6265765616977859, 1.6817928305074292]

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

public double[] eightFourthRoots(){ }

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