Informações

Contact Contact link
Prazo de entrega Sem prazo
Limite de submissão No limitation

Entrar

[S1] Absolute value

The absolute value of a number is defined as |n| = n if n >= 0, |n| = -n else.


Absolute value

Write the body of the function absval returning the absolute value of i.

int absval(int i) {