Question: I would like to know if I can get some help with Coral code language. I have changed my code to more time then I
I would like to know if I can get some help with Coral code language. I have changed my code to more time then I can remember at this point. I came here saw a string of code to try .. but I am rec'ving an error :
integer x integer array(4) binary integer i integer j i=0
x = Get next input
while x > 0 binary[i] = x % 2 x = x / 2 i=i+1
for j = i - 1; j >= 0; j=j-1 Put binary[j] to output
the result is: Test did not finish executing with your code (may be due to an infinite loop).
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
