Browse Source

fixed some syntax shit

master
vala 4 years ago
parent
commit
13a675403b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      2019December01.java

+ 2
- 2
2019December01.java View File

@@ -1,9 +1,9 @@
public class FuelFinder{
public static void main(string[] vala){
int[] tVals = {12,14,1969,100756};
int[] tVals ={12,14,1969,100756};
for (int a:tVals){
System.out.println("FuelNeeded(a)");
}
}
public static int FuelNeeded(int inp){
return ((inp/3)*2);


Loading…
Cancel
Save