Why is this code not acceptableThis is my code, it is so much easier to read then the solution provided and when I add random hex values in it does correctly convert to decimal.
import java.util.Arrays;
public class Solution {
public static String[] hexces = {"0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"}; slowly
Level 7
Mörfelden-walldorf