yes, you would have to do a loop, the markers guidlines saidSeraph said:Just a query you would have to convert the binary to decimal in your algorithm to determine the direction
in the excel book i've noticed to do such matters all they do is
Variable = Read 8 bits and Convert to Decimal
lmao , which i guess is great if this is acceptable
but i woudlve thought you would have to create a loop
and for each position in the binary number , starting from the lowest you wuld have to go
binary(index) x 2^(index)
and increment this....
A significant number of candidates included the logic necessary to convert the binary data in each packet to its decimal equivalent, although many candidates ignored this requirement altogether, or used a generic function such as Convert, but with no detailed logic provided.