Question: Q 3 ) Write a complete C + + that do the following: Input two numbers x and y by keyboard read a character from

Q3) Write a complete C++ that do the following:
Input two numbers x and y by keyboard
read a character from file named "operation.txt". The character could be (**,??+)
Perform the operation between the numbers x and y. for example if you read the character "" from the file, then the operation is x***y
you should avoid division by zero.
Store the result in a file named result.txt"
 Q3) Write a complete C++ that do the following: Input two

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!