Discussions Q&R
Write a static method called weave that that takes two integers as parameters and that returns the result of weaving their digits together to form a single integer. Two numbers x and y are weaved together as follows. The last pair of digits in the result should be the last digit of x followed by the last digit of y. The second-to-the-last pair of digits in the result should be the second-to-the-last digit of x followed by the second-to-the-last digit of y. And so on.
0 Vote
13 RĂ©ponsesAujourd'hui en vedette
Guys help please
1 Votes
Python question
2 Votes
Python
1 Votes
Are websites hackable?
1 Votes
C# and sql
1 Votes
TICTACTOE
0 Votes
What course to take for AI?
0 Votes
Error
0 Votes
What's an unsigned int?
0 Votes