Informatics Practices
If a < b and a < c then
- a is the greatest number
- a is the smallest number
- b is the greatest number
- c is the greatest number
Python Funda
2 Likes
Answer
a is the smallest number
Reason — If a < b and a < c, it means a is less than both b and c. Therefore, a is the smallest number among a, b, and c.
Answered By
2 Likes
Related Questions
What will be the correct output of the following code:
a, b = '30', '5' c = a+b print(c)- 19
- 305
- ValueError
- TypeError
If you add a new column in a table using the Alter Table command, which value is inserted in the new column for the existing rows?
Mismatched redundant copies of data is known as Data …………… .
- Dependence
- Redundancy
- Inconsistency
- Isolation
…………… is a subfield of linguistics, Computer Science and Artificial Intelligence concerned with the interaction between computer and human language.