marihari
Newbie level 5
I want to detect two zeros and after which i want to see next three numbers out of which any one 1's means the output goes to '1'.
eg:
for below sequences , i want to get the output as '1'
00 001
00 010
00 011
00 100
00 101
00 110
00 111
the rest should be zero?
Any body suggest an idea
eg:
for below sequences , i want to get the output as '1'
00 001
00 010
00 011
00 100
00 101
00 110
00 111
the rest should be zero?
Any body suggest an idea