I am almost out of program coding due to my current job. I try to create a VB.Net program. The idea is to assign some values for each alphabet letter and add value for them and, then display the total value
Eg:
Eg:
- A =3 B =7… likewise some values will be assigned to each alphabet character. (I have no problem. I can do it)

- Read input from textbox (no problem)

- Add value for each character of the textbox and display the total value. If input strings were AB, then output should be 10.
