پاسخ ها ( ۱۱ )

  1.  

  2.  

  3.  

  4.  

  5. b=int(input(‘Enter Number: ‘))

    c=int(input(‘Enter Number: ‘))

    if(a>b) and (b>c):

    print(b)

    elif(a>c) and (c>b):

    print(c)

    elif(b>a) and (a>c):

    print(a)

    elif(b>c) and (c>a):

    print(c)

    elif(c>a) and (a>b):

    print(a)

     

    elif(c>b) and (b>a):

    print(b)

    elif(c>a) and (b<c):

    print(b)

    else:

    print(‘error’)

  6.  

  7. پاسخ در تصویر ضمیمه

     

  8.  

  9.  

ارسال یک پاسخ