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

 

srp4379@lausd.net 1-arraybasics > getTwiceSumOf1stThree
prev  |  next  |  chance

public int getTwiceSumOf1stThree(int[] nums)

Given an array, all of whose lengths are at least 3,
return twice the sum of the first 3 elements.


getTwiceSumOf1stThree([4, 1, 2]) → 14
getTwiceSumOf1stThree([9, 5, 2, 6, 1, 2]) → 32
getTwiceSumOf1stThree([21, 7, 2, 4, 3, 1, 2]) → 60

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

public int getTwiceSumOf1stThree(int[] nums) { }

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