Search:

Type: Posts; User: javanoobie95

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    2,926

    Re: help writing this program...

    public class DeclareVariables {

    public static void main(String[] args) {
    String name;
    int age;
    double annualPay;

    name = "Joe Mahoney";
    age = 26;
    annualPay = 100000;// try changing...
  2. Replies
    7
    Views
    2,926

    help writing this program...

    Hello everyone! So, I am currently in an online Java Programming course and one of the projects is to make this program. I am totally stumped. We are supposed to use Netbeans to do it. Can anyone...
Results 1 to 2 of 2