Solve: Print Absolute Value Function
Created By: Justin Maier
/ Version: 2025.10.0
Write a function printAbsoluteValue with void return type that takes a single double
argument and prints out the absolute value of the argument.
For this problem we're expecting only a method.
Don't define a class, include modifiers like static or public, add import statements, or add code outside the method declaration.