Forum: Computer Science Aug 21st, 2007 |
| Replies: 2 Views: 2,504 Dear Hamrick
Thank you a lot!
But in the book of Goldshlager I found that I have to draw this sentence in parsing structure. But still no idea how to do it:( |
Forum: Computer Science Aug 21st, 2007 |
| Replies: 2 Views: 2,504 Hi everybody
Hope you will help me with binary search tree task. I completely understand how to construct it with numbers, where the logic is that the left side must be less than right side, btu I... |
Forum: Java Aug 6th, 2007 |
| Replies: 12 Views: 1,544 that's great! thank you!:) |
Forum: Java Aug 6th, 2007 |
| Replies: 12 Views: 1,544 Thank you! I will do also these tutorials. |
Forum: Java Aug 6th, 2007 |
| Replies: 12 Views: 1,544 What I'm doing with my questions in the book? First,I'm doing questions by myself and then I'm looking for right answers. After I can see my mistakes and understand what happen. Einstein siad that... |
Forum: Java Aug 5th, 2007 |
| Replies: 12 Views: 1,544 well,I read rules,but this is not homework :)
I just took questions from computer department and trying to do it for myself. For being sure,I need somebody who will check me. I will not be... |
Forum: Java Aug 5th, 2007 |
| Replies: 12 Views: 1,544 My answers:
pseucode
public class Particle
{
String name;
float mass=decimal # from 0 to 1;
float radioActivedecayLevel=decimal # from 1 to 10;
String description;
String result; |
Forum: Java Aug 5th, 2007 |
| Replies: 12 Views: 1,544 There is a question:
Imagine you have been asked by the Physics department to create a Java program to help them record information about experiments they are running on a particle accelerator.... |
Forum: Java Aug 4th, 2007 |
| Replies: 12 Views: 1,544 There is a task:
Imagine you have been asked by the Physics department to create a Java program to help them record information about experiments they are running on a particle accelerator.
Each... |
Forum: Java Aug 4th, 2007 |
| Replies: 5 Views: 2,703 |
Forum: Java Aug 4th, 2007 |
| Replies: 16 Views: 1,640 dear all
again my vesrion about question #2 is
public int factorialSum(int sum)
{
int factorailA=a;
int factorialB=b;
int sum=factorialA+factorialB; |
Forum: Java Aug 4th, 2007 |
| Replies: 5 Views: 2,703 Dear all
Could you tell me what is it-atomic type in Java? I explored internet and book Java in 21 days,but nothing about it. The question was about difference between object reference and atomic... |
Forum: Java Aug 4th, 2007 |
| Replies: 16 Views: 1,640 Dear all
Thank you so much for helping me. I read all your hints and remade my code. Could you check it,please? Thank you!
Can I giva a value for the a & b? It will be easier to me.
int a=4;... |
Forum: Java Aug 3rd, 2007 |
| Replies: 16 Views: 1,640 Dear jwenting
I also read about equality in the books,but it was task. My answer is
1) "Then answer is: no"
2) public int factorialSum()
{
int factorial =a;
int factorial =b;... |
Forum: Java Aug 3rd, 2007 |
| Replies: 16 Views: 1,640 1) "Then answer is: no"
2) public int factorialSum()
{
int factorial =a;
int factorial =b;
factorialSum=a+b;
return;
} |
Forum: Java Aug 3rd, 2007 |
| Replies: 16 Views: 1,640 I am so sorry,but I do not know where is code tags:)))
Can write my answers just below?:) |
Forum: Java Aug 3rd, 2007 |
| Replies: 16 Views: 1,640 Hello
I did not ask to write code to me at all. I already wrote mine,but I have doubts about correctness. Thank you |
Forum: Java Aug 3rd, 2007 |
| Replies: 16 Views: 1,640 Hello everybody! I am a beginner in Java and computing at all. I need to make some tasks if you help me,please.
So, the first taks is:
Write down what is stored in s2 after the following Java... |