Computer Science, asked by ZOMBIE25, 7 months ago

Write an algorithm to read 100 numbers then display the largest

Answers

Answered by RuwaisnZaid
3

Explanation:

x = 1

for i in range(2,101):

if x<i:

u = i

print("greater",u)

plz mark me as brainly

Similar questions