Back To PHP Loops Index
$b) $a=$a-$b; else $b=$b-$a; } print('HCF = ' . $a); print('
'); print('LCM = ' . $c/$a); ?>