Hi, all, I'm trying to make a small pet project to hone my skills, but I've run into an issue that I can't find a solution for.
I've made several arrays of doubles as variables, but when I try to put them together in another array I get an error that I "can't convert double[] to double", but I put the comma between the brackets, so shouldn't it be 2 dimensional? why isn't it accepting the arrays? Sorry if this is worded weirdly, feel free to ask for clarification.