VB.NET exercise
-
1 - Develop a function to translate a color name to color code: White #FFFFFF RED #FF0000 GREEN #00FF00 Blue #0000FF 2- When web browser send data to web server using the URL, It encode all character by place the percentage symbol(%) and two hexadecimal digits, It also converts the space character to (+) symbol for example the text "Abc-2&3" will be encode as "Abc%2d2%236" Develop a function to decode a string send by the web browser. Can U help me to solve these exercices Thanks alottttttttttttttttttttttttttttt! I tried so hard and got so far
-
1 - Develop a function to translate a color name to color code: White #FFFFFF RED #FF0000 GREEN #00FF00 Blue #0000FF 2- When web browser send data to web server using the URL, It encode all character by place the percentage symbol(%) and two hexadecimal digits, It also converts the space character to (+) symbol for example the text "Abc-2&3" will be encode as "Abc%2d2%236" Develop a function to decode a string send by the web browser. Can U help me to solve these exercices Thanks alottttttttttttttttttttttttttttt! I tried so hard and got so far
What specifically is is that you have problems with? What are you studying currently? What techniques are you supposed to use in these execises? Most of the first task and the entire second task can be solved by using built-in methods in the framework, but I suppose that this is not the intention of the exercises? --- b { font-weight: normal; }