로딩
요청 처리 중입니다...

[코딩] Eclipse Day 1

 [코딩] Eclipse Day 1

Decided to detour from Android studio and work on Eclipse instead. The reason for the detour is that I decided to make web instead of App.

After setting up Java program and downloading Eclipse, the program is now set and ready to go. Today I learned how the function works in Java.what I am trying to do below is figure out what is the value of "Ham" +100.

The simple process takes quite a bit of work for me. According to the above code.

First I define what is "Ham". Ham is 125.

And for the value that I want to receive (Ham +100), I define it as "chin".So when the ..........

원문 링크 : [코딩] Eclipse Day 1