حابه اسوي مشروع بسيط باستخدام هالبرنامج بس مو عارفه كيف ابدا او كيف اكتب الكود... ممكن اي احد يساعدني و يكتبلي الكود كله اللازم لعمل هذا المشروع.... ارجووووووكم
Statement of Problem (Digit Extraction & Encryption)
Write a VB .Net application that allows a user to enter a five-digit number. The application then separates the number into its individual digits and displays each digit in a separate label. When the five digits are extracted, they now need to be encrypted so, they can for example be transmitted more securely over the network. Additional labels are required for showing up the encryption output.
Hints:
- Digit extraction: use the Mod operator and integer division to “peel off” digits from a number.
- Digit encryption formula: replace each digit by (the sum of that digit plus 7) modulo (Mod operator) 10.
- Two buttons are required: Extract and Encrypt
Example:
- Five-digit number = 12345
- Extracted digits: 1, 2, 3, 4, 5
- Encrypted digits: 8, 9, 0, 1, 2
ارجوووووووووووووووووكم ساعدوووووني و عطوني الكود الي اقدر استخدمه لعمل هذا المشروع باستخدام ال Visual Basic .Net