4X4 Matrix

CrossRoads:
Your anodes: 11,10,9,8
Your cathodes: 7,6,5,4

The sketch pins:

const int anode[4] = { 11, 9, 7, 5 };
const int cathode[4] = { 10, 8, 6, 4 };

Have you rewritten the sketch to account for your revised pin usage?

I tried plugging the anodes and cathodes according to the sketch. const int anode[4] = { 11, 9, 7, 5 };
const int cathode[4] = { 10, 8, 6, 4 };

When I did this nothing happens at all. No LEDs light up. Also the serial monitor is supposed to print commands and it doesn't.