Trying Output Shows Possible Ways Occur Gives Number Many Possibilities Example 3 Slots 6 Q37022718

I am trying to have an output that shows all the possible waysthat can occur. This only gives a number of how many possibilitiesthere should be. For example if there is 3 slots and 6 symbols =(6^3=216). Can you help me to write this program to show all the216 possibilities?

java programming

/*The user gets to specify how many slots, and gets to specify a single set ofpossibles of variable size for each of those slots.Permutations – order is important*/import java.util.*;public class lisence2 { public static void main(String args[]) {

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.