Tuesday, July 6, 2010

IT9 - Programming 2 with Java

This blog will enable you to exchange ideas, upload exercises. This is very significant to us in times of our absence in the classroom that we could still communicate as what to be done to comply with the requirements and so on. You are expected to post your requirements if needed. The Instructor will give you instructions through this site. Mostly, exercises are posted here for you to always visit this site to be updated on what is going on within the subject.

11 comments:

  1. Reminders:

    You were already informed as to what to be done on the exercises 2 and 3. You have to merge the two exercises to optimize/enhance it. Take note that the two main operations should be present (finding values from the multi-dimensional array and identifying max and min values from the multi-dimensional array. in addition, you could still add more operations such as counting the total number of odd and even numbers, or getting the average of odd and even numbers, or getting the square of all odd and even numbers.. etc. The more complex is your exercise, the better.

    ReplyDelete
  2. Correction on my posting: Exercises 3 and 4, instead of exercises 2 and 3. thnx.

    ReplyDelete
  3. sir, ni try lang ko ug comment...hehehe

    agi lang ko (-_-)

    ReplyDelete
  4. You can now go to my office to get a copy of our lessons..

    ReplyDelete
  5. just try to have a comment!!!!

    just drop by...

    ReplyDelete
  6. asa ra si normal charlote?

    ReplyDelete
  7. //Pack.java

    package Packs;

    public class Pack{

    public static void main(String[] args) {
    Pack obj = new Pack();
    obj.converts(5);

    Display obj2 = new Display();
    obj2.disp();
    obj2.dispName("Ariel");

    }

    void converts(int a){
    System.out.println (a+" cm is equal to "+a/2.54+"inch(s)");
    }
    }


    class Display {
    public Display() {
    }

    protected String name;

    public void disp(){
    System.out.println ("Hello World");
    }

    protected void dispName(String name){
    this.name = name;
    System.out.println ("am Counting "+this.name);
    }
    }

    ReplyDelete
  8. sir asa dapit naka post to atoa isa ka exercise????

    ReplyDelete
  9. Sir..
    .consult mi about amo system sir ha..

    ReplyDelete
  10. sir..wla mn exercise na post sir??
    pwede me hmu amu system sir..database?/
    try kng gud..lisod mn gud xa eh GUI form ang textfile..huhuh

    ReplyDelete