Thursday, 17 February 2011

WEEKLY REFLACTION3 MAI

  • breakfast 9 to 10am :). 
  • class download C++ 32bit in forum(turbo).
  • study blog-spot in class :) :) best..
  • first step.. :)
  • register G.Mail.
  • create your blog.
  • name your blog.
  • start blogging.
  • dashboard & create blog.
  • design nice go to( btemplates.com/tag/education.xml)
  • INTRODUCTION CHAPTER 3.
  • DATA TYPE & VARIABLE.
  • The C++ character set.
  • keyword
  • BASIC DATA TYPE.
  1. integer data type.
  2. floating point data.
  3. character data type.
  4. size of operator.
  5. identifier.
  6. variable.
  7. dector variable.
  8. initializing variable.
  9. constants.
  10. othr data type.
  • FINISH,& do weekly reflection 3 in forum FOP by group.
  • smua ahli hadir.
  • next week 15/2/2011 no class cz maulidir rasul :)
  • homework di by group & send in forum FOP.
  • today class only 4 hour...best  :):):)

     EXERCISE WEEK3 by group in class FOP.

    • calculate 3 number with using the formula below:
    • calculate = (num1*num2)-num3+(num2/num1)


    #include<iostream.h>
    main()
    {
    //declare variable
    float num1,num2,num3,calculate;
    //input1
    cout<<"Enter Num1";
    cin>>num1;
    //input2
    cout<<"Enter Num2";
    cin>>num2;
    //input3
    cout<<"Enter Num3";
    cin>>num3;
    //formula
    calculate=(num1*num2)-num3+(num2/num1);
    //output
    cout<<"Answer is="<<calculate;
    return 0;
    }

    1 comment:

    1. Please put the screenshot of your programming. (printscreen). also the output of programming ya! :) Please include your notes and exercises that i given to you since from algorithm, pseudo code, flow chart and coding. I already gave u a lots of exercises...dont miss it! Make sure you completed your blog before mid-term exam.

      ReplyDelete