Shell scripts calculate any number of addition, subtraction, multiplication, division

Source: Internet
Author: User
#! /Bin/basffe [$ #-EQ 0]; then Echo "the input value cannot be blank." // The system prompts that null values cannot be entered. Note: $ # indicates the number of environment variables exitfinum =* * // defines a global variable to facilitate the subsequent call of sum () {sum = 0 while [$ #-GT 0] Do sum = $ [$ sum + $1] shiftdoneecho "the sum of the number $ num is $ sum"} Cha () {CHA = $1 shiftwhile [$ #-GT 0] Do CHA = $ [$ cha-$1] shiftdoneecho "number $ num minus $ cha"} Cheng () {Cheng = $1 shiftwhile [$ #-GT 0] Do Cheng = $ [$ Cheng * $1] shiftdoneecho "The number $ num is multiplied by $ Cheng"} Chu () {Chu = $1 shiftwhile [$ #-GT 0] Do Chu = $ [$ Chu/$1] shiftdoneecho "number $ num division operator is $ chu"} Read-P "Enter + |-| * | /: "typecase" $ type "in" + ") sum $ *;"-") Cha $ *;" * ") Cheng $ *;;"/") chu $ *; *) echo "Enter {+ |-| * |/}" esac

 

Shell scripts calculate any number of addition, subtraction, multiplication, division

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.