So I'm working on some code to work around some stupid Okta limitations. The short end of it is that I basically have three giant arrays. One is all users in AD, one is all users in Okta, and the 3rd ...
Ok, I have to write a program that (in different functions) allows you to enter 20 numbers into an array, print that array, arrange the numbers in that array in descending order, and then print the ...