Computer Science, asked by sahildas9021, 2 months ago

Write a Program to print the following series.

100 90 80 70 ..........10​

Answers

Answered by atulkumargpt
6

Answer:

for i in range(100, 0,10):

print(i)

Answered by MuhammdAslam
0

Answer:

DECLARE SUB SERIES ()

CLS

CALL SERIES

END SUB SERIES

FOR I = 100 TO S0 STEP-10 PRINTI NEXT I

IND SUB

Similar questions