1
Answer

Ask you a small question ,help me !!

What's wrong of the following programme ?? string temp="jxm"+"|"+"kein"; string[] tokens=temp.Split(new Char[]{"|"}); string name=tokens[0]; string pass=tokens[1]; Please help me !! I'm online now .

Answers (1)