Search:

Type: Posts; User: bboyinmartin

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,212

    Re: Questions!

    package javaapplication2;
    class DayCounter{
    public static void main(String[] arguments){
    int yearIn = 2013;
    int monthIn = 12;

    System.out.println(...
  2. Replies
    2
    Views
    1,212

    Questions!

    package javaapplication2;
    class DayCounter{
    public static void main(String[] arguments){
    int yearIn = 2013;
    int monthIn = 12;

    if (arguments.length < 0)
    monthIn =...
Results 1 to 2 of 2