Question: INSTRUCTION VISUALBASIC.net *Please take screenshots of the code on the Visual Basic interface and proof of the code works after running it. Problem 6-2 Encode

INSTRUCTION VISUALBASIC.net *Please take screenshots of the code on the Visual Basic interface and proof of the code works after running it. Problem 6-2 Encode Your job is to design an app that encodes a string input by the user. The encoding is simple: you will add or subtract from the ASCII code for each symbol in the string by the number specified. The number can be either positive or negative. The form should look something like this Text HAL Text IBM Shift 1 Shit -1 Encode Encode Encoded IBM Encoded HAL Hints: You may find the following useful in your program: For...Next Loop Length property of a string . Substring method for a string variable or literal Asc) function Chro function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
