1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
1
String[]
2
Sum of all elements other than x in array
3
for (int x:nums){
if (x%3==0){
System.out.println(x);
}
}
4
4
5
data
6
Changes not be a multiple of 5
7
nrg
8
True if <=
9
{0,9}
10
12345
11
num>=
12
1.0
13
0 4
14
5245
15
9
16
Index of last element has the same value
17
dragon
18
18
19
dig{k}=num%10;
num/=10;
20
9