Question: Write a Java UDP Client program that sends an equation to the server and the server should send the result to the client as shown
Write a Java UDP Client program that sends an equation to the server and the server should send the result to the client as shown below. Assume equation format is operand1 operator operand2.
Enter the equation in the form:
'operand operator operand'
5 * 6
Answer=30
Enter the equation in the form:
'operand operator operand'
5 + 6
Answer=11
Enter the equation in the form:
'operand operator operand'
9 / 3
Answer=3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
