Reference: If you read the page below, Sunday challenges will be a breeze:)
https://codingbat.com/doc/java-array-loops.html
Sunday challenges:
Saturday Challenges: #1-#3 in the file below: https://drive.google.com/open?id=0B8J8S-phorS-OVp0NXFxa3NpRXc
r7.10 a) error bounds
b)no = aftter int
R7.6 a. 1 3 6 10 15 19 22 24 25 25
b. 1 4 9 12 13 c. 2 6 10 12 12
R7.10 out of "h"ounds
values has no array
R7.6 a. 1,2,3,4,5,4,3,2,1,0 b. 1,3,5,3,1 c . 2,4,4,2,0
d. 2,3,4,5,4,3,2,1,0 e. 2,4,6,8,10,8,6,4,2,0 f. 0,1,2,3,4,5,4,3,2,1
g. 0,2,4,4,2 h. same as a.
R.7.7 a. 0,1,2,3,4,3,2,1,0,-1 b. 1,2,3,4,5,4,3,2,1,0 c. 2,3,4,5,6,5,4,3,2,1
d. 1,2,3,4,5,4,3,2,1,0 e. 1,3,4,5,6,5,4,3,2,1 f. 0,0,0,0,0 g. 1,2,3,4,5 h. 2,3,4,5
R7.10 a. There are no values in the array and there is no system.out.print and out of bound error b. The array has no length for it to say values.length
R7.9
https://repl.it/@Brainseater905/NavyblueImpressiveVerification
R7.10
a. Out of bounds Error
b. No symbol
1) A)11101101 is larger
B)A
2)131243
3)A=8
B=24
C=16
1.
3438 = 011 100 0112
11 100 011 < 11 101 101
1110 00112 = E316
1110 11012 = ED16
ED
-E3
0A
2.
B2A316 = 1011 0010 1010 00112
001 011 001 010 100 0112 = 1312438
3.
8,24,16
R7.6:
a.
1
2
3
4
5
4
3
2
1
0
b.
1
3
5
3
1
c.
2
4
4
2
0
d.
3
4
5
4
3
2
1
e.
2
3
5
1
f.
0
1
2
3
4
5
4
3
2
1
g.
0
2
4
4
2
h.
1
2
3
4
5
4
3
2
1
0
R7.7:
a.
1
1
1
1
1
1
1
1
1
b.
1
2
3
4
5
4
3
2
1
c.
2
3
4
5
4
3
2
1
0
d.
0
0
0
0
0
0
0
0
0
e.
3
6
9
10
15
19
22
24
25
25
f.
0
0
0
0
0
g.
1
2
3
4
5
h.
1
2
3
4