Forum: Java Mar 13th, 2005 |
| Replies: 5 Views: 5,643 |
Forum: Java Mar 13th, 2005 |
| Replies: 5 Views: 5,643 Thanks for the reply. unfortunatly the code submited wouldnt compile. But after a few late nights and abit of lecturer interaction, i managed to finish the program, which calculated the vat on the... |
Forum: Java Mar 2nd, 2005 |
| Replies: 5 Views: 5,643 This is a piece of work i need to complete for my Object Orientated programming
module at university.
The task,
(User Input) Order Number, Name, Address line 1 and Address line 2 and select... |
Forum: Java Oct 8th, 2004 |
| Replies: 4 Views: 10,951 Yes, so that all of the other calculations that are being asked work as well ans coinsine with each other. |
Forum: Java Oct 7th, 2004 |
| Replies: 4 Views: 10,951 As well as calculating the volume of the cylinder which is already in this sample of code, i have to calculate the surface area, set the height, set the radius of the base, and set the center of the... |
Forum: Java Oct 7th, 2004 |
| Replies: 4 Views: 10,951 Hi, im using a code snippet found on this website,
ylinderVolume
A simplistic program to compute the volume of a cylinder when its radius and length are input via MyInput.class
code... |