Skip to content

Conversation

@Mohammad1704
Copy link

I convert one method to function but the other one still normal Method Plus I'm facing some bugs That when I Choose From different line It's always Start From The Beginning Of the next line
for example
start line is RED =[1,2,3,4,5,6]
end line is GREEN = [1,2,3,4,5,6,7]

I want to travel from line RED satiation 2 to line GREEN satiation 6

the assumed result should be 2-3-4 in RED line and 5-6-7 in GREEN line

The actual result is:
2-3-4 in RED line and 1-2-3

How difficult did you find this (0 - 10)? (0 very easy, 10 very difficult)

8

How long did it take?

about 6h Doring Four days

Was there anything that you struggled with? If so, what?

There's function in array ,hard to Dealing with hashes
How to switch from line to other line From user input

Is there anything that you would like some further information on?

I want to know more about hashes and Manipulating with arrays

Do you have any suggestions to improve this assignment?

no

 I convert one method to function but the other one still normal Method Plus I'm facing some bugs That when I Choose From different line It's always Start From The Beginning Of the next line 
for example 
start line is RED =[1,2,3,4,5,6]
end line is GREEN = [1,2,3,4,5,6,7]

I want to travel from line RED satiation 2  to line GREEN satiation 6

 the assumed result should be 2-3-4 in RED line and 5-6-7 in GREEN line

The actual result is 2-3-4 in RED line and 1-2-3
@Mohammad1704
Copy link
Author

sorry for late, I forgot to pull it

it was hard because I started working from the double bonus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant