/* @startuml class GcdLcm { +main(String[] args) -getBigIntegerInput(Scanner scan, String prompt) : BigInteger -computeGCD(BigInteger a, BigInteger b) : BigInteger -computeLCM(BigInteger […]
Tag: gcd
GCD LCM
/* @startuml class GcdLcm { +main(String[] args) -getIntegerInput(Scanner scan, String prompt) : int -computeGCD(int a, int b) : int -computeLCM(int […]