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

 

dario.sonego@gmail.com esercicci_array > contaM10
prev  |  next  |  chance

Contare quanti numeri sono multipli di 10 in un array di numeri interi.


contaM10([]) → 0
contaM10([10, 1000, 20, 5, 3, 4, 15]) → 3
contaM10([1, 2, 3, 4, 5, 6, 8, 9, 10]) → 1

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

int contaM10(int[] v) { }

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