Write a shell script to print table of a given number. Program. echo "Enter a Number" read n i=1 while [ $i -le 10 ]
確定! 回上一頁