I'm new and Im lost with programming
Well I'm new to all of this VB programming and I'm having a bit of a hard time getting started. The question I have might seem basic to some of you, but I'm totally lost. I need to write a program that encrypts data as four digit integers. The program should read the four digit integer and encrypt as follows, replace each digit by the sum of that digit plus seven. After that it has to swap the first digit with the third and swap the second with the fourth.
My head is starting to hurt from banging it against the wall, so any help would be appreciated.
|