Write a script that reads a four-digit integer entered by


Write a script that reads a four-digit integer entered by the user in a prompt dialog and encrypt it as follows: Replace each digit by (the sum of that digit plus 7) modulus 10. Then swap the first digit with the fourth, and swap the second digit with the third. Then output HTML5 text that displays the encrypted integer.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a script that reads a four-digit integer entered by
Reference No:- TGS01064739

Expected delivery within 24 Hours