Issue while working on a code to convert kilograms to pounds

Asked By 0 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 0 points N/A #149303

Issue while working on a code to convert kilograms to pounds

qa-featured

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

Related Questions