.:: Buy.n.Sell

http://www.maplin.co.uk/images/Full/a99gz_logo.jpg
Inno3d GeForce FX5200 8x 128MB (AGP) with TV out

Php 1, 000.00 (4 months)

http://www.laptopkeyboards.org/images/FX52000.jpg
nVidia FX5200 8X 128MB (AGP) with TV and DVI out

Php 1, 200.00 (1 month)

http://www.inno3d.com/products/graphic_card/gf7_pcie/images/7200gs.jpg
GeForce 7 Series – 7200GS 256MB PCI-Expess with TV and DVI out
Php 1, 500.00 (8 months)

http://ph.hardwarezone.com/img/data/articles/2008/2592/Logitech_Speakers.jpg
1 Logitech S100 Speaker

Php 300.00 (Brand New)

http://www.techfuels.com/attachments/ram/2290d1213439017-dynet-256-mb-ddr-400-mhz-ram-dynet-256-mb-ddr-400-mhz-ram.jpg

2pcs. 256MB DDR 400 (1 Remaining)
Php 300.00/pc

1pc 1G Hynix PC400
Php 800.00

http://www.migsmobile.net/wp-content/uploads/2010/01/samsung-e1080.jpg
Samsung 1080

Php 500.00

.:: PC Package
Intel Celeron 2.66Ghz
2G Ram
80G HardDrive
17inches CRT (LG-Flatron)

Inno3d GeForce FX5200 8x 128MB (AGP) with TV out (Video Card)
Logitech S100 Speaker (Brand New)
KeyBoard, Mouse, and Computer Table

Php 10, 800.00 (Negotiable)

OOP Final Case Study - B

create a program with the following requirements:

Program Requirements:
1 Class
1 Methods
1 array (integer type with 150 size)
6 variables Maximum (excluding the array variable and class, method variable/parameter if any)

Narrative:


Imagine a postman delivering message in a community with one hundred fifty (150) residents.

Day by day Mr. Postman will open a mailbox, put their mail(s) closed it and open again the next mailbox.

To lessen the boredom, Mr. Postman decided one day to count all the mailbox that was opened (not all mailbox receives mail everyday) as well as the closed one, but decided to add one more trick.

He decided that if the mailbox was open he must close it and it it's close he will have to open it.

He started to open the mailbox from mailbox number 2, 4, 6, 8, 10 and so on.

After opening the entire mailbox, he opens mailbox number 3, 6, 9, 12, 15 and so on, while closing the mailbox that was previously opened.

The sequence continues until he reaches the last mailbox - 150.

After the tedious opening and closing he now started to count the total mailbox that was opened and closed!

Find out how many mailboxes was opened and closed using Mr. Postman's Method.

Layout:

St. Rose College
Educational Foundation, Inc.
Telefax No. (045) 931-1162 / src.registrar@gmail.community

Number of Mailbox : 150
Total Number of Open Mailbox : ???
Total Number of Close Mailbox : ???

We Survived OOP!

20 comments:

  1. julianyaquiten@gmail.com
    julie ann Y. Ramos

    grabe ang haba naman nun sir..hehehe

    ReplyDelete
  2. Icons-50
    fresa campos

    uber sir, hehehehe mka muryot

    ReplyDelete
  3. icons-54
    criselda

    sir ayuzzz ung cs amen ehh huh grabih...

    ReplyDelete
  4. icons-5c
    joy serrano

    hi sir hirap talga

    ReplyDelete
  5. icons-59
    amelia nillo
    sirrr
    wala na bang madali kht konti

    ReplyDelete
  6. icons 51
    teresa


    hay!!ang hirap naman sir .jejejejeje......

    ReplyDelete
  7. carlos louis torio po....


    sir..kaw na lang magkwento ng narrative ni mr. postman..
    baka sakaling maintindihan ko...
    party party na lang sana...:))

    ReplyDelete
  8. kevin
    Kevin.Melisa24@gmail.com


    Sir pasa mo lng kme para next sem mgaaral na ako mbti

    ReplyDelete
  9. Icon-57
    Maricar Marquez


    sir ambait nio noh...ehe

    ReplyDelete
  10. ranillo

    yong.mica@gmail.com

    dlawa pala!!!!

    ReplyDelete
  11. Icon 55
    Laila Mahor

    Sir aman,, bongga heheh:)Ejee

    ReplyDelete
  12. krisha mica

    krisha.mica@gmail.com

    HAHAHAH!!!! patay ah!!

    ReplyDelete
  13. Icon_48
    mykatotz

    haLla ka nman?!!!!ano to?!!bakit ganun!!?nakikita ko pa lang sumsakit na ulo ko..putik!!!parusa nman to !!!grabe..kabait mu tlga tandang noe..! ♥♥♥Love you na tlga!!♥♥♥hehe.ur D best!!.wOooHhh..gudluck sa ating lhat..kaya ntin tong "pagsubok"? na to.!!!hahaha..LaBet.♥.!

    ReplyDelete
  14. ruby
    yburbluefire@gmail.com

    nakakamurit!

    ReplyDelete
  15. sir,over to the max,nka2mur8 na,,hehehe........................................

    ReplyDelete
  16. jeremie
    jher.ugay@gmail.com

    hayZZZ...

    ReplyDelete
  17. Cris Domingo
    CCS-A

    Sir... Ang hirap tlga. . .

    ReplyDelete
  18. Jhennet Sabado
    Icons

    Sir. Hirap Tlaga.. . .

    ReplyDelete
  19. #include
    using namespace std;
    int main(void)
    {
    int num1,num2;
    float ans;
    char sel;
    cout<<"edward_candelario\n";
    cout<<"sir Noe if tama po tong ginawa ko\n";
    cout<<"kc po diko po na take mga lesson na toh\n";
    cout<<"nung first sem poh\n";
    cout<<"St. Rose College\n";
    cout<<"OOP Final Case Study";
    cout<<"\nM_E_N_U:";
    cout<<"\n[1]-Addition";
    cout<<"\n[2]-Subtraction";
    cout<<"\n[3]-Multiplaciton";
    cout<<"\n[4]-Standard Division";
    cout<<"\n[5]-Modulos Division";
    cout<<"\nEnter Selection:";
    cin>>sel;
    switch(sel){
    case '1':
    cout<<"Enter First Number:";
    cin>>num1;
    cout<<"\nEnter Second Number:";
    cin>>num2;
    ans=num1+num2;
    cout<<"\nthe sum is:"<>num1;
    cout<<"\nEnter Second Number:";
    cin>>num2;
    ans=num1-num2;
    cout<<"\nthe subtraction is:"<>num1;
    cout<<"\nEnter Second Number:";
    cin>>num2;
    ans=num1*num2;
    cout<<"\nthe product is:"<>num1;
    cout<<"\nEnter Second Number:";
    cin>>num2;
    ans=num1/num2;
    cout<<"\nthe quotient is:"<>num1;
    cout<<"\nEnter Second Number:";
    cin>>num2;
    ans=num1%num2;
    cout<<"\nthe modulos division is:"<<ans<<endl;break;
    default:cout<<"unknown selection!!!";
    }
    return 0;
    }



    sir dun po sa int main(void) at main(int argc, char **argv) gumagana sa akin sa inyo poa ta "args" thanks po

    ReplyDelete