Computer Science, asked by PriyamBanrjrr, 1 year ago

Write a program to input a series 0,3,8,24

Answers

Answered by Theodric
0
I could tell u a batch code to just wrute 0,3,8,24

@Echo off
:loop
echo 0,3,8,24
goto loop
Similar questions