mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
synced 2025-06-07 22:49:24 +03:00
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…
x
Reference in New Issue
Block a user