Please can i get an example of a java program written using permutation... I just heard of permutation but got no idea wat it is | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please can i get an example of a java program written using permutation... I just heard of permutation but got no idea wat it is

goody

10th Jul 2017, 6:51 PM
Goodnews Oburu
Goodnews Oburu - avatar
3 Answers
+ 3
learn permutation and combination in maths course and then try to make program for it
10th Jul 2017, 7:06 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
Permutation is a fancy word for switching places. If you have people seated on a table, you can rearrange them. That's a permutation.
10th Jul 2017, 7:13 PM
1of3
1of3 - avatar
- 2
int a = 20; int b = 30; a = b; System.out.println(a); /*output 30*/
10th Jul 2017, 10:35 PM
D_Stark
D_Stark - avatar