LINUX Mathematics table
INTRODUCTION TO LINUX MINT
Linux is a free working structure. W I ma saying Linux mint because of I use and make program related to it and for it.The working structure taking the case of Microsoft paid working framework or like Android for adaptable, ios and in a general sense more occurrence of a working structure are there in a market. Regardless,
Linux is free so all the "hacking" scripting is done in
Linux. Circle is the huge subject and basic moreover in case you appreciate it or if not it is the unpalatable dream you at whatever point found in the life. I am giving some post to this point in detail after some time. The substance for the given yield is above yield area and underneath the introduction.I require supporting from most by far of my watcher for making this blog to the wide stature.
THE SCRIPT for base of Linux mint
clear
i=1
echo "Enter the number for making table"
read n
echo "The table for $n is below"
while [ $i -le 10 ]
do
echo "$n x $i = `expr $n \* $i`"
i=`expr $i + 1`
done
OUTPUT
CONCLUSION
I conclude the topic. For further information about this topic comment below, please subscribe our blog through email by which you can get an email when I post a new post in this blog.follow us on Instagram,twitter, Facebook page. visit our pages in this blog for knowing me and my blog thank you
No comments