I have to "write a Java expression to compute 10 base 2".
I am totally lost, and I'm also new to Java so please keep the hate to a minimum /:
Thanks!
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
I have to "write a Java expression to compute 10 base 2".
I am totally lost, and I'm also new to Java so please keep the hate to a minimum /:
Thanks!
No one can help me?? PLEASE!
What does "compute 10 base 2" mean?
Do you want 10^2 or 2^10 or convert 10 decimal to binary or something else?
Improving the world one idiot at a time!
You might want to take a moment and read the following article which describes very well how to approach this problem:
http://www.javaprogrammingforums.com...e-posting.html
Replies are to help, whether they point you towards the API, write out code, or point you to a page showing you how to ask questions - they are always to help you out. It is only hate if perceived as such in the mind of the receiver.I am totally lost, and I'm also new to Java so please keep the hate to a minimum