wewe34 0 Newbie Poster

Hi everyone

I am trying to understand what I have to do, but I have to say I'm not so good at programming and this assignment is bit hard for my knowledge. basicly i have to wtrite a c# program that displays the 7bit Ascii values in hexdecimal, of the characters in a message typed in by user. the program prompts the user to input a string of characters up to a maximum of 65,536 characters. the program then displays the ascii character code for each character in the string. the program is to display 16 hexadecimal bytes on a line each separated by a space, followed by the 16 characters in the string that those bytes correspond to. the program is to check input length and disply an apporpiate error message for strings with no characters or more than 65,536 characters.

I tried to learn about ascii class but i really don't understand programming language. if anyone could help me, give me some idea about how to start. i am willing to learn.

Thank you!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.