Computer Science, asked by prakyath53, 1 year ago

write the array declaration to store 100 elements of datatype float​

Answers

Answered by sarita1974lko
1

Answer:

h=[ ]

x=0.748375

for i in range (1,102):

i += x

x+= 0.7973749

h.append(i)

print (h)

Similar questions