We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4837d83 commit 8653332Copy full SHA for 8653332
src/main/java/com/example/Main.java
@@ -125,10 +125,12 @@ public static void main(String[] args) {
125
if (isSorted) {
126
List<ElpriserAPI.Elpris> sorteradePriser = isSortedCombined(priserIdag, priserImorgon);
127
printPriser(sorteradePriser);
128
+ } else {
129
+ printPriser(kombineradeListor);
130
}
131
132
- printPriser(kombineradeListor);
133
+
134
priceMinMax(kombineradeListor);
135
medelPris(kombineradeListor);
136
calculateHourlyAverages(priserIdag);
0 commit comments