Hi all,
I am trying to write a
perl script that will take user input as a string and scramble the string and print the result.
Note: I cannot use shuffle function ....using for loop.
Code:
so here is example.
Enter a String: abcdef
Print the Result: debacf
Enter a String: abcdef
print the Result: cdabef