Sale!

CS 359: Assignment 10 solved

Original price was: $35.00.Current price is: $35.00. $21.00

Category: You will receive a download link of the .ZIP file upon Payment

Description

5/5 - (1 vote)

Problem Statement
1. Write a program to pass a string from client to server. Display the lowercase
message in the server. Further, convert the message from lower case to upper
case and display the converted message on the client side.
2. Write a program to pass a string from client to server. Display the string on the
server side. Further, find the reverse of the string and send the same to the client
and display the reversed string on the client side.
3. Write a program to pass an integer array from client to server and print the array
in server side.