Search:

Type: Posts; User: jsh5352

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    2,100

    Re: 2 errors I can't understand

    line 18 is in the wrong order: variable = x + y;
    your variable is undeclared with no type. Choose a type int or double? Which is for money?
    5.75 percent is actually .0575 as a decimal...
  2. Thread: Hello

    by jsh5352
    Replies
    0
    Views
    1,148

    Hello

    I'm studying for the security+ exam so I'm trying to incorporate java oop into that by thinking about how I would make programs more secure. I'm thinking about how if I wrote a network application...
Results 1 to 2 of 2