<Snipped quote by Heroic>
but of course
We have time enough. Thanks for the interest.
Yeye m8
What are these Maddie denotations, by the way? They're new to me.
<Snipped quote by Heroic>
but of course
We have time enough. Thanks for the interest.
<Snipped quote by Nemeses>
-Maddie M- Wait! I really like our planet. Mister force, stop! I only have one duplicate planet!
<Snipped quote by Inimical>
Wonderful. Feel free to destroy them as well when your truce ends, as well as contact me if you have any questions or concerns.
<Snipped quote by Inimical>
Meh. I don't particularly care about them.
<Snipped quote by Inimical>
Oh?
<Snipped quote by Inimical>
Your enthusiasm is all the signup you need.
<Snipped quote by Crew>
You could always just use
Collections.reverse(bars);
and finish the method in one line.
But if you want to develop an algorithm, yours currently swaps the value of k and l. You're going to have to switch the values with
bars.set(k, bars.get(l));
A more concise way to do it would be
private void reversal()
{
int size = bars.size();
for(int i = 0; i < size / 2; i++)
{
int temp = bars.get(i);
bars.set(i, bars.get(size - 1 - i));
bars.set(size - 1 - i, temp);
}
}
<Snipped quote by Inimical>
Use a select few of them to complete the weapon I am working on. Step three is to strategically begin operating in the best suited universes.
<Snipped quote by Inimical>
Gather as many of the most manipulative beings I know who share a common enemy. You won't have to interact or even not want to kill each other; your role is independent.
<Snipped quote by Inimical>
It is not so much a single danger as it is a series of steps. I do have a weapon in development, but it will only assist in triggering doomsday.