Оберіть правильний варіант коду для вибору максимального з двох
чисел: (1 бал)
1) a=float(input())
b=float(input())
if a>b:
print(a)
elif a==b:
print("числа однакові")
else:
print(b)

2) a=float(input())

b=float(input())
if a>b:
print(a)
elif a=b:
print("числа однакові")
else:
print(b)

3) a=float(input())
b=float(input())
if a<b:
print(a)
elif a==b:
print("числа однакові")
else:
print(b) СРОЧНО ОЧЕНЬ
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2025 SCHOLAR.TIPS - All rights reserved.