Merge pull request #3 from Dymik739/commit-fix
Lab2: remove duplicate string to fix calculations
This commit is contained in:
commit
f05125e298
|
@ -107,7 +107,6 @@ public class Lab2 {
|
||||||
valueRepeats = true;
|
valueRepeats = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sum += tmpSmallest;
|
|
||||||
|
|
||||||
if (!valueRepeats) {
|
if (!valueRepeats) {
|
||||||
sum += tmpSmallest;
|
sum += tmpSmallest;
|
||||||
|
|
Loading…
Reference in New Issue