The example is close to perfect for the logic I require BUT it skips the step of assigning individual variables to 1 2 3 4 5 instead its just parts of an array. Everything else works beautifuly.
2 Questions:
- For the for loop why is it "unsigned int" and not just "int"?
- Why x11? You said to make it an int? but just makes the out put 11 22 33 44 55?
Thanks Again nearly there :(, Regards X