[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
/r/ing help writing a program to make these dumbass java turtles
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /wsr/ - Worksafe Requests

Thread replies: 4
Thread images: 2
File: turtles.jpg (10 KB, 469x375) Image search: [Google]
turtles.jpg
10 KB, 469x375
/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 replies: 4
Thread images: 2

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

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.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.