Asked by samuel

for A=1 to 30

Answers

Answered by Tom V.
what language are you writing in?
if C# then
if (a <= 30 && a >= 0)
to just determine if the number is within 0 - 30
are you looking for a "for" loop?
There are no AI answers yet. The ability to request AI answers is coming soon!