pls answer correctly otherwise reported. I will mark as brainliest and will also give thanks to the correct answer
Attachments:
Answers
Answered by
4
Answer:
The output should be :
absol
Explanation:
The program compares the Unicode of the alphabets one by one. You can yourself test that using ord("a") function.
In this case ord("t") = 116 and since all the other letters before "u" come before "t" they have lower unicode values.
Here a loop I used to find the ord values:
And the output it generates is:
Now you can use these values and compare it yourself.
Anonymous:
Superb, Excellent ✌
Similar questions