feature #1
12
GCD_LCM.sh
Normal file
12
GCD_LCM.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Введите первое число:"
|
||||
read num1
|
||||
|
||||
echo "Введите второе число:"
|
||||
read num2
|
||||
|
||||
./script_nok.sh $num1 $num2
|
||||
|
||||
./script_nod.sh $num1 $num2
|
||||
|
||||
Reference in New Issue
Block a user