logo CodeStepByStep logo

get_first_digit

Language/Type: PHP

Write a function named get_first_digit that returns the absolute value of the first digit of a number argument. For example, get_first_digit(3572) should return 3, as should get_first_digit(-3572).

You may assume that the parameter passed is an Integer type.

Function: Write a PHP function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.