Question: code this problem in C. DONT USE OLD ANSWERS AND ALL I FORMATION US INCLUDE IN THE PICTURE Instructions: Compile the C programs in one

code this problem in C. DONT USE OLD ANSWERS AND ALL I FORMATION US INCLUDE IN THE PICTURE code this problem in C. DONT USE OLD ANSWERS AND ALL I

Instructions: Compile the C programs in one of the CELL (cell01 - cell06) servers and make sure it's working. Comment your code. Create a Makefile to compile the source codes and to clean the executables. Create a readme file that describes how to compile, execute, and test the code. Create an assignment folder with folder name as euid_PA1 (example: xyz0202_PA1) and add all the source files, Makefile, and the readme file to the folder. Please create a zip archive of your assignment folder and upload the zip file to Canvas. Not following the above instructions could result in not accepting your programming assignment. Late submissions are not allowed. Objective: Create a count server that can do the following: converts single digit integers of a given sentence to number words, counts the number of uppercase and lowercase alphabets, and finally counts the number of special characters in an input sentence. Requirements: 1. Create a C-based client-server architecture using TCP sockets 2. The count server should run on cell02-cse.eng.unt.edu machine and the client can run on any cell server machine 3. The count server should be able to accept and service at least one client's requests 4. The count server should be able to convert single digit integers in an input sentence to number words and print the converted sentence on the client side 5. The count server should be able to count the number of uppercase alphabets in an input sentence and print the number of uppercase alphabets on the client side 6. The count server should be able to count the number of lowercase alphabets in an input sentence and print the number of lowercase alphabets on the client side 7. The count server should be able to count the number of special characters (@, \#. $,%,, and & ) in an input sentence and print the number of special characters on

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!