This is for my computer science class, but I am having a hard time understanding how to even start this program.
He says that we need the following methods:
http://central.wmrhsd.org/FACULTY_FILES/ah...%20Triangle.pdf
[post="http://central.wmrhsd.org/FACULTY_FILES/aherzog/1477/Assignments/CS%20-%20Assignment%2004B%20-%20Pascals%20Triangle.pdf"]Methods[/post]
Can anyone help me please?
Page 1 of 1
Programming Pascals Triangle using eclipse java I have no clue how to do it
#3
Posted 06 January 2010 - 01:45 PM
i need some help getting started. i have never used java before. this is the first time
#4
Posted 06 January 2010 - 02:12 PM
So the first thing you need to do is create a main class, which is just a class that contains a main method. Surely you have seen that in your text book, or in the lectures somewhere?
Are you using an IDE?
public class myClass {
public static void main(String[] args) {
// TODO code application logic here
}
}Are you using an IDE?
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens
Share this topic:
Page 1 of 1

Help

Back to top










