Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
programming in java
Name: toshi Date: March 12, 2009 at 07:49:07 Pacific OS: Windows XP Subcategory: Java
Comment:
write a java program to convert given temperature in fahrenheit to celsius
Summary: I'm writing a program in java to show a phone list. the only things needed are names and numbers. I've got the frame created and two panels, one to show the list, and another to add or remove number...
Summary: I personally favor command line programs (I suppose that's the Unix in me)... although GUIs are excellent. To develop GUIs using Java, you need to look into the Abstract Windowing Toolkit package (jav...
Summary: Hello, I'm trying to write a program in JAVA, to calculate the number of integer values entered as a string by the user and work out the average of numbers. The final output should display the numbers...