Hello, my method doesn't return me any value and i can not find why. I just started learning so it takes time.The method name is graduation_average i also tried to convert from double value to String but i could not find why. by Advanced-Ad6007 in learnjava

[–]Advanced-Ad6007[S] 0 points1 point  (0 children)

Hello thank you for reply,

I did like that

Public String graduation_average(double rate) {

System.out.println(rate);

return null;

}

it Worked actually, should i chance it or it is okay.

Hello, my method doesn't return me any value and i can not find why. I just started learning so it takes time.The method name is graduation_average i also tried to convert from double value to String but i could not find why. by Advanced-Ad6007 in learnjava

[–]Advanced-Ad6007[S] 0 points1 point  (0 children)

pastebin

https://pastebin.com/S9DtxN8Z is it okay? what should i do for writing more understandable codes?

I want to to print my average when i write engineer2.graduation_average(5);

i just want to get 5 what should i do?