Write a function template that accepts an argument and returns its absolute value. The absolute value of a number is its value with no sign. For example, the absolute value of -5 is 5, and the absolute value of 2 is 2. Test the template in a simple driver program being sure to send the template short, int, double, float, and long data values.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.5: Case Studies
Problem 3E
icon
Related questions
Question
4. Absolute Value Template
Write a function template that accepts an argument and returns its absolute value. The absolute value of a number is its value with no sign. For
example, the absolute value of -5 is 5, and the absolute value of 2 is 2. Test the template in a simple driver program being sure to send the
template short, int, double, float, and long data values.
SAMPLE RUN #4: ./AbsoluteValueTemplate
Hide Invisibles
Highlight: None
Show Highlighted Only O
Interactive Session
Enter.a short.or.just.enter to-move.to.next.data type:-124
The absolute. value of.-12.is: 124
Enter.a short.or.just.enter to-move to. next data type:-11-
The absolute value of.-11·is: 11e
Enter.a short.or.just.enter to-move.to.next.data -type:-84
The absolute value of. -8.is: 84
Enter.a short.or.just.enter to-move to-next.data type:88e
The absolute value of. 88 -is: 88e
Enter.a short.or.just.enter to-move.to.next data type:45e
The absolute value of.45.is: 45-
Enter.a short.or.just.enter to-move -to-next.data type:
Enter an int ·or.just.enter to-move to next data type:12345e
The absolute· value of 12345-is: 12345-
Enter an int or.just.enter to-move to- next data-type:-2268e
The absolute value of. -2268 - is: 2268e
Ente
an int or just.enter to.- move to-next data type:-1268e
The absolute value of.-1268 - is: 1268e
Enter an int or just.enter to-move to- next data-type:-2567e
The absolute value of. -2567-is: 25674
Enter.an int or just.enter.to move to- next data type:-9234e
The absolute value of. -9234.is: 9234e
Enter.an int.or.just.enter to move to next. data type:
Transcribed Image Text:4. Absolute Value Template Write a function template that accepts an argument and returns its absolute value. The absolute value of a number is its value with no sign. For example, the absolute value of -5 is 5, and the absolute value of 2 is 2. Test the template in a simple driver program being sure to send the template short, int, double, float, and long data values. SAMPLE RUN #4: ./AbsoluteValueTemplate Hide Invisibles Highlight: None Show Highlighted Only O Interactive Session Enter.a short.or.just.enter to-move.to.next.data type:-124 The absolute. value of.-12.is: 124 Enter.a short.or.just.enter to-move to. next data type:-11- The absolute value of.-11·is: 11e Enter.a short.or.just.enter to-move.to.next.data -type:-84 The absolute value of. -8.is: 84 Enter.a short.or.just.enter to-move to-next.data type:88e The absolute value of. 88 -is: 88e Enter.a short.or.just.enter to-move.to.next data type:45e The absolute value of.45.is: 45- Enter.a short.or.just.enter to-move -to-next.data type: Enter an int ·or.just.enter to-move to next data type:12345e The absolute· value of 12345-is: 12345- Enter an int or.just.enter to-move to- next data-type:-2268e The absolute value of. -2268 - is: 2268e Ente an int or just.enter to.- move to-next data type:-1268e The absolute value of.-1268 - is: 1268e Enter an int or just.enter to-move to- next data-type:-2567e The absolute value of. -2567-is: 25674 Enter.an int or just.enter.to move to- next data type:-9234e The absolute value of. -9234.is: 9234e Enter.an int.or.just.enter to move to next. data type:
Expert Solution
steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Knowledge Booster
Hiring Problem
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