Forum: Java
Dec 4th, 2006, 7:51 PM
|
|
Replies: 8
Views: 253
|
Forum: Java
Dec 4th, 2006, 4:56 PM
|
|
Replies: 8
Views: 253
Recursion Maze Question
In my computer science class we solved mazes of 0s and 1s using recursion
1 0 0 0 0
1 1 0 1 0
0 1 1 0 1
1 0 1 1 1
0 0 1 0 1
you can only move from a 1 to a 1 and u have to get from the top left to...
|
Forum: Java
Apr 25th, 2006, 3:53 PM
|
|
Replies: 12
Views: 425
|
Forum: Java
Apr 24th, 2006, 6:50 PM
|
|
Replies: 12
Views: 425
|
Forum: Java
Apr 14th, 2006, 3:00 PM
|
|
Replies: 12
Views: 425
Help with Tetris
Im in Computer Science 1 at my school and for my end of the year project I chose Tetris. I was wondering how I could animate the blocks to move down the screen, I have the notes at school but I cant...
|
Forum: Java
Oct 23rd, 2005, 12:14 AM
|
|
Replies: 9
Views: 350
What i mean is like lets say you put in the...
What i mean is like lets say you put in the number 8. Well then it would find 8's mutliples, 2 and 4, I just want to do this because I am trying to do the sample problems from last years HP codewars...
|
Forum: Java
Oct 22nd, 2005, 1:03 AM
|
|
Replies: 9
Views: 350
Just started programming
Hi,
Im new here this is my first post. I wanted to know how i could make a program that finds the mutliples of a number because i couldnt really figure anything out. I just started coding and I have...
|