Skip to main content

how i How can I make 10 variables from a for loop?

iI used a for loop to make 4 variables:

 For[i = 0, i < 4, i++,bi=0] 

butBut when iI write    b0 or b1 print it print its as b0 or b1 not 0 0ror 0

please any help.

how i make 10 variables from for loop?

i used for loop to make 4 variables

 For[i = 0, i < 4, i++,bi=0] 

but when i write  b0 or b1 print it as b0 or b1 not 0 0r 0

please any help

How can I make 10 variables from a for loop?

I used a for loop to make 4 variables:

 For[i = 0, i < 4, i++,bi=0] 

But when I write  b0 or b1 it print its as b0 or b1 not 0 or 0.

Became Hot Network Question
Source Link
Ahmed
  • 369
  • 1
  • 6

how i make 10 variables from for loop?

i used for loop to make 4 variables

 For[i = 0, i < 4, i++,bi=0] 

but when i write b0 or b1 print it as b0 or b1 not 0 0r 0

please any help