No of visitors who read this post: 353
Category: Java
Type: Question
No votes yet

Hello all,

I am basically a java programmer and I have been working on a code to convert kilograms to pounds for the last few days. I have written the following code successfully:

java programmer

There is something wrong in my code, which I am not able to detect. My program was in the jdk bin and I have a path set to a folder in my documents.

Please help me and guide me as to where I am making a mistake.

Waiting for your suggestions.

Regards.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

Hello Mackenzie,

The best way to figure out the issue you are getting with the code will be to use a compiler. Just run the compiler and then it will point to the area of code that is having an issue. After that you will be able to correct the issue with the code. Or you can find similar pieces of code from the internet and compare to see where you might be going wrong.

Regards,

Nicke