Operation: Operation You have been cordially invited to partake in Operation: Operation. Your mission, should you choose to accept it, is to take the two numbers and the operator given then perform the operation successfully. Input Format A line containing a number, operator, and another number separated by a space. Input Sample 5 + 0.70 Output Format A line containing a decimal/float containing two decimal places. Output Sample 5.70   Test Cases 1. Test Case 1 -Input 1.6 - 1.4 -Expected Output 0.20 2. Test Case 2 -Input 5 * 5 -Expected Output 25.00   3. Test Case 3 -Input 5 + 0.70 -Expected Output 5.70     Note: This is C programming. All test cases must be satisfied.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 14E
icon
Related questions
Question
100%

Operation: Operation

You have been cordially invited to partake in Operation: Operation. Your mission, should you choose to accept it, is to take the two numbers and the operator given then perform the operation successfully.

Input Format

A line containing a number, operator, and another number separated by a space.

Input Sample

5 + 0.70

Output Format

A line containing a decimal/float containing two decimal places.

Output Sample

5.70

 

Test Cases

1. Test Case 1

-Input

1.6 - 1.4

-Expected Output

0.20

2. Test Case 2

-Input

5 * 5

-Expected Output

25.00
 
3. Test Case 3

-Input

5 + 0.70

-Expected Output

5.70
 
 
Note: This is C programming. All test cases must be satisfied.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Unary Predicate
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr