Hey, I'm new here. Just getting into c++ programming and saw some great resources on this site.
I figured out how to print a fully random array, but I need help printing an array like this.
1 2 3
2 3 1
3 1 2
It could be any three numbers, it's sort of like a sudoku puzzle. basically I need to pick 3 random numbers and print them in a sequence where they will not repeat themselves.