4 lines
396 B
Plaintext
4 lines
396 B
Plaintext
1. Create a Client
|
|
2. Create a Server.
|
|
3. Your client should be able to send data to the server. The server should receive the data, use it to produce a result, and finally send the result back to the client. The client prints the result on the screen. In this example, the data sent from the client is the radius of a circle, and the result produced by the server is the area of the circle.
|