Hello,

Sign up to join our community!

Welcome Back,

Please sign in to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

  1. It helped establish a right that is implied rather than directly stated in the Bill of Rights. -Apex

    It helped establish a right that is implied rather than directly stated in the Bill of Rights. -Apex

    See less
  2. U.S. intervention in Latin American economies

    U.S. intervention in Latin American economies

    See less
  3. Write a unix shell script to find the LCM of two numbers. *

    Write a unix shell script to find the LCM of two numbers. *

    See less
  4. Shell program to find LCM and hcf of two no.s tput clear echo "Enter first no" read a echo "Enter 2nd no" read b p= 'expr $a * $b' while [$b -ne 0] do r= 'expr $a % $b' a=$b b=$r done LCM = 'expr $p / $a' echo "LCM = $LCM" echo "Hcf = $a"

    Shell program to find LCM and hcf of two no.s

    tput clear

    echo “Enter first no”

    read a

    echo “Enter 2nd no”

    read b

    p= ‘expr $a * $b’

    while [$b -ne 0]

    do

    r= ‘expr $a % $b’

    a=$b

    b=$r

    done

    LCM = ‘expr $p / $a’

    echo “LCM = $LCM”

    echo “Hcf = $a”

    See less
  5. Round it to the nearest go down leaves u with the same number and there's your answe 23.89

    Round it to the nearest go down leaves u with the same number and there’s your answe 23.89

    See less