[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/r/ing help writing a program to make these dumbass java turtles

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 4
Thread images: 2

File: turtles.jpg (10KB, 469x375px) Image search: [Google]
turtles.jpg
10KB, 469x375px
/r/ing help writing a program to make these dumbass java turtles sleepwalk.

Here's what I got to do:
Repeatedly call this method
//public void takeStep( int direction)
{if (direction == 1)
{this.turn(45);
this.forward(50);
this.turn(-45);
}
if (direction == -1)
{this.turn(-45);
this.forward(50);
this.turn(45);
}
}

I gotta get these turtles to take random steps using the output of a random number method and a loop under the method
//public int rwPosition( int nSteps )

Please help, anons.
>>
>>37736
Here's the random number code shit
>>
>>37736
Maybe programming isn't for you.

You're like the dogs in that study that could play the computer game, but only if someone was standing over them telling them exactly what to do next.

You should have been taught enough Java to implement your solution before being given the assignment.

You've already described the solution in your OP, even though you might not have realised.

You shouldn't need 4chan to tell you to to write

public int rwPosition(int numsteps) {
for (int i=0; i<numsteps; i++) takeStep(getRandomStep());
return -12345 //OP didn't bother to bring up what the return value should be
}

You should be making the leap that you've already written something that moves turtles, and you've just been given something that gives out random numbers, so all you need to do is glue them together.
>>
>>37736
>suppose to call your program "hello world"
>not feeling up to greeting anyone today
>call it "world"
Thread posts: 4
Thread images: 2


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.