Roobet is a gambling website that has a game mode called crash were you can gamble money with certain Multipliers. im looking to havve a plugin made to mimic this.
Please leave your discord down below
Please leave your discord down below
???This guy is a SKID don't buy from him.
Thanks!
Homie, I asked you a java question and ask you to complete it.???
Please check my portfolio and rep on every marketplaces before saying anything.
Homie, I asked you a java question and ask you to complete it.
You used 2 wrong variables and didn't answer the question correctly.
BannaPrisons ring a bell scammer?
If you're going to slander someone's character and ability to be a qualified candidate for the OP's request, you should probably give a little more than using two wrong variables.
Not siding here, but calling someone a scammer because they didn't know the answer to a question just seems a bit off.
Haha do not mind friend, I know this guy, he was asking 10+ developers how to solve simple java problem. He then came up with his own solution that was totally horrible and persuaded developers that he is right and tried to prove them wrong. At that time when he contacted me I was working for McPrison and he even contacted my employer and tried to get me out here. I do not mind reps from such people.
That's funny because it isn't true...That's exactly why I called it out on the post, I knew something did add up there.
That's funny because it isn't true...
I asked him specifically that java question.
I had multiple different solutions, let me show you his...
Question:
Take the input of a number from the user as n. Loop all numbers from 0 to n. If this number is divisible by 2 then print “Foo”, if this number is divisible by 8, then print “Bar”. If this number is divisible by both 2 and 8 print “FooBar"
Answer:
https://prnt.sc/11tkdn9
Now, lets explain why this is wrong.
#1.
User did not use the N variable.
#2.
It never printed FooBar.
Just
Foo
Bar
You choose what you want.
He also scammed that server out of a core.[DOUBLEPOST=1619045416][/DOUBLEPOST]Exhibit A:
https://prnt.sc/11tkl0q
Exhibit B:
https://prnt.sc/11tkmwn
Scanner myObj = new Scanner(System.in);
int myInt = myObj.nextInt();
for (int i = 0; i < n; i++){
if (i % 2 == 0)
print ("Foo");
else if (i % 4 == 0)
print ("Bar");
else if (i % 2 == 0 && i % 8 == 0)
print ("FooBar");
}
