import java.net.*;
import java.io.*;
public class myclient
{
Socket s;
DataInputStream din;
DataOutputStream dout;
myclient()
{
try