39th program input & output

Input : Enter number = 96

Output : Absolute(96) = 96
///////////////////////////////////////////////////////////////
Input : Enter number = -74

Output : Absolute(-74) = 74
///////////////////////////////////////////////////////////////

Input : Enter number = +21

Output : Absolute(21) = 21
///////////////////////////////////////////////////////////////