Browse Source

print the kgV

remotes/origin/kgV
cxnnqr 11 months ago
parent
commit
de0b5f1b09
  1. 2
      src/kgV/main.c

2
src/kgV/main.c

@ -7,6 +7,8 @@ int main(){
int firstNum = usergetd("first number: ", 0, NULL); int firstNum = usergetd("first number: ", 0, NULL);
int secondNum = usergetd("second number: ", 0, NULL); int secondNum = usergetd("second number: ", 0, NULL);
int result = kgV(firstNum, secondNum); int result = kgV(firstNum, secondNum);
printf("The result is: %d\n", result);
return 0; return 0;
Loading…
Cancel
Save