Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
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
b0
b1
0
please any help.
i used for loop to make 4 variables
but when i write b0 or b1 print it as b0 or b1 not 0 0r 0
please any help
I used a for loop to make 4 variables:
But when I write b0 or b1 it print its as b0 or b1 not 0 or 0.