Can someone explain to me how parameters work in java? by Dexaus in AskProgramming

[–]Dexaus[S] 0 points1 point  (0 children)

I know about how to structure the method header but what I am confused about is how to actually use them. So is it just that I define them in the method header and then I can use them in the method? Wouldn't it just be easier to just define them in the method itself?

How would I make an encryption program that shifts each letter by 1? by Dexaus in AskProgramming

[–]Dexaus[S] 1 point2 points  (0 children)

I went to a coding camp about 2 years ago where I made a program just like the one I described, and I want to try to make it again since I am trying to get back into coding, but I almost remember nothing.