You are viewing [info]yaystabbieyay's journal

Feb. 15th, 2008


import java.text.*;
public class CPFcalculator
{
 static DecimalFormat fmt= new DecimalFormat("0.00");
 static String[] month ={"Jan","Feb","Mar","April","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"};
 
 static double[]salarysum   =new double[30];
 static double[]employeesum =new double[30];
 static double[]employersum =new double[30];
 static double[]ordiaccsum  =new double[30];
 static double[]medisavesum =new double[30];
 static double[]specaccsum  =new double[30];
 static double[]totalcpfsum =new double[30];
     
 static double[]salarysum1  =new double[30];   
 static double[]employeesum1=new double[30];
 static double[]employersum1=new double[30];
 static double[]ordiaccsum1 =new double[30];
 static double[]medisavesum1=new double[30];
 static double[]specaccsum1 =new double[30];
 static double[]totalcpfsum1=new double[30];
 
 static String[]month1      =new String[30];
     
 static char selection='x';    
 static int monthsec,monthagain,k,j,i;
 static double salary,employeecontri,employercontri,ordinacc,specacc,medisave,totalcpf,tcc;
        
 public static void main(String[] args) throws Exception
 {
  do
 {
  System.out.println("************CPFCALCULATOR***********");
  System.out.println("1>ENTER MONTHLY SALARY");
  System.out.println("2>DISPLAY CPF CONTRIBUTION BY MONTH");
  System.out.println("3>DISPLAY SUMMMARY FOR ALL MONTHS");
  System.out.println("4>EXIT");
  System.out.print("Please select your choice(1-4):");
         
  selection = (char)System.in.read();
  System.in.read();
  System.in.read(); 
                 
  switch (selection)
 {
  case '1':entersalary();
          break;
  case '2':cpfcontribution();
          break;
  case '3':finalsumm();
          break;
  case '4':System.out.println("thank U for using cpf calculater");
          break;
  default:  System.out.println("\nInvalid choice. Please enter 1 or 4 only. \n");
 }
 }while(selection !='4');           
 }
 
     
 static void entersalary()//method1 for case 1
 { 
 do
 {
  System.out.print("enter month <1 for jan -12 for dec ,0 for menu>  :");
  monthsec = CspInput.readInt();
            
  if (monthsec<13 && monthsec>0)
  {
   System.out.print("enter salary: $");                    
   salary = CspInput.readDouble();
   salarysum[monthsec-1]=salary;                //for salary summary
  
   employeecontri=salary*0.20f;       
   employeesum[monthsec-1]=employeecontri;     //for employee contribution
  
   employercontri=salary*0.145f;
   employersum[monthsec-1]=employercontri ;    //for employer contribution
  
   ordinacc=employeecontri*0.66f;             
   ordiaccsum[monthsec-1]=ordinacc;            //for ordinary account
  
   specacc=employeecontri*0.15f;              
   specaccsum[monthsec-1]=specacc;             //for special account
  
   medisave=employeecontri*0.19f;
   medisavesum[monthsec-1]=medisave;           //for medisave account
  
   totalcpf=employercontri+employeecontri;
   totalcpfsum[monthsec-1]=totalcpf;           // total cpf
   System.out.println(month[monthsec-1]+" contibution $"+fmt.format(employeesum[monthsec-1]));
  
               
   salarysum1[i]  =salarysum[monthsec-1];
   employeesum1[i]=employeesum[monthsec-1];
   employersum1[i]=employersum[monthsec-1];
   ordiaccsum1[i] =ordiaccsum[monthsec-1] ;
   medisavesum1[i]=medisavesum[monthsec-1];
   specaccsum1[i] =specaccsum[monthsec-1];
   totalcpfsum1[i]=totalcpfsum[monthsec-1];
   month1[i]      =month[monthsec-1];
   i++;
  }
 
   else if(monthsec==0||monthsec>12)
   System.out.println("");
  
   }
   while(monthsec!=0&&monthsec!=15);  
   }
      
 static void cpfcontribution()  
  {   
   System.out.print("enter month <1 for jan -12 for dec ,0 for menu>  :");
   System.out.print("");
   monthagain= CspInput.readInt();
  
   if(salarysum[monthagain-1]!=0.0)
     {
      System.out.println(month[monthagain-1]+ " salary"+ " $"+fmt.format(salarysum[monthagain-1]));
      System.out.println("employer contribution $"+fmt.format(employersum[monthagain-1])+" employee contribution $"+fmt.format(  employeesum[monthagain-1])  );
      System.out.println("ordinary Account $"+fmt.format(ordiaccsum[monthagain-1])+"  special Account $"+fmt.format(specaccsum[monthagain-1])+"medisave Account $"+fmt.format(medisavesum[monthagain-1] ) );
      System.out.println("total cpf contribution $"+fmt.format(totalcpfsum1[monthagain-1]) );
      System.out.println();
     }
      else
      {
       System.out.println("salary not entered ") ;            
       System.out.println(" ");  
       }
       }
                         
 static void  finalsumm ()throws Exception                                                    
      {
       System.out.println(" ") ;
       System.out.println("******************CPF calculator***************** ")      ;
       for(k=0;k<i;k++)
      {
       System.out.println(month1[k]+ " salary"+ " $"+salarysum1[k]);
       System.out.println("employer contribution $"+fmt.format(employersum1[k])+" employee contribution $"+fmt.format(  employeesum1[k])  );
       System.out.println("ordinary Account $"+fmt.format(ordiaccsum1[k])+"  special Account $"+fmt.format(specaccsum1[k])+"  medisave Account $"+fmt.format(medisavesum1[k] ) );
       System.out.println("total cpf contribution $"+fmt.format(totalcpfsum1[k]));
       System.out.println("");
       System.out.println( );
      } 
       for(j=0;j<i;j++) 
       {tcc=tcc+totalcpfsum1[j];}
       System.out.println("Total year contribution $"+fmt.format(tcc));
      }                            
      }// end of class

i pity my blog.
lol

Feb. 11th, 2008


ok im having a terrible headache.
my head's gonna explode.
ok, i realised tad i can take jus 2 buses and within approximately an hr, 
i can reach shir's hse!
lol..
& she lives in ang mo kio.
how interesting is tad.. lol
i find it so cool...
we live jus one hr away from each other!!
hahahaahaha
cool coooool...

hahahahaha
i miss my sec sch frens
jus suddenly meet dem..
sum of whom i was close to, but not anymore..
makes me feel rather down.
oh man..
i which i was still in sec sch.
so much fun,,
not tad now there's no fun, 
but still..
i jus miss my frens lor!
hehehehehe
i totally love my poly frens now, as well as my other frens too..
despite wdv nonsense we go thru, whether fights or happiness,
i still love them
uber miss the old times much=)
but life still has to go on.
luckily we have pictures as a way of storing memories.
if not i may not be able to rmb all wif jus my brain power.
anyway..
this is the last week of our sch,
the nxt 2 wks will be study wk & exam period.
then nxt sem we'll be in diff classses.
im feeling down abt tad too...
uber..
i will miss my classmates haha..
sumore engine sch is so huge...
i will uber miss my uber gd frens too..
i feel so down now, hehe 
weird huh. but life still goes on..

Feb. 7th, 2008


how ridiculous. 
wadever.
seriously, wdv.
im tired to start any nonsense
i'll be too tired to go thru the nonsense
so life will just be normal as it is.
and i shall not participate in any nonsense


HAPPY CHINESE NEW YEAR EVERYONE!

Feb. 1st, 2008


import java.text.*;
public class CPF
{
 static DecimalFormat fmt= new DecimalFormat("0.00");
 static String[] month ={"Jan","Feb","Mar","April","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"};
 
 static double[]salarysum   =new double[30];
 static double[]employeesum =new double[30];
 static double[]employersum =new double[30];
 static double[]ordiaccsum  =new double[30];
 static double[]medisavesum =new double[30];
 static double[]specaccsum  =new double[30];
 static double[]totalcpfsum =new double[30];
     
 static double[]salarysum1  =new double[30];   
 static double[]employeesum1=new double[30];
 static double[]employersum1=new double[30];
 static double[]ordiaccsum1 =new double[30];
 static double[]medisavesum1=new double[30];
 static double[]specaccsum1 =new double[30];
 static double[]totalcpfsum1=new double[30];
 
 static String[]month1      =new String[30];
     
 static char selection='x';    
 static int monthsec,monthagain,k,j,i;
 static double salary,employeecontri,employercontri,ordinacc,specacc,medisave,totalcpf,tcc;
        
 public static void main(String[] args) throws Exception
 {
  do
 {
  System.out.println("************CPFCALCULATOR***********");
  System.out.println("1>ENTER MONTHLY SALARY");
  System.out.println("2>DISPLAY CPF CONTRIBUTION BY MONTH");
  System.out.println("3>DISPLAY SUMMMARY FOR ALL MONTHS");
  System.out.println("4>EXIT");
  System.out.print("Please select your choice(1-4):");
         
  selection = (char)System.in.read();
  System.in.read();
  System.in.read(); 
                 
  switch (selection)
 {
  case '1':entersalary();
          break;
  case '2':cpfcontribution();
          break;
  case '3':finalsumm();
          break;
  case '4':System.out.println("thank U for using cpf calculater");
          break;
  default:  System.out.println("\nInvalid choice. Please enter 1 or 4 only. \n");
 }
 }while(selection !='4');           
 }
 
     
 static void entersalary()//method1 for case 1
 { 
 do
 {
  System.out.print("enter month <1 for jan -12 for dec ,0 for menu>  :");
  monthsec = CspInput.readInt();
            
  if (monthsec<13 && monthsec>0)
  {
   System.out.print("enter salary: $");                    
   salary = CspInput.readDouble();
   salarysum[monthsec-1]=salary;                //for salary summary
  
   employeecontri=salary*0.20f;       
   employeesum[monthsec-1]=employeecontri;     //for employee contribution
  
   employercontri=salary*0.145f;
   employersum[monthsec-1]=employercontri ;    //for employer contribution
  
   ordinacc=employeecontri*0.66f;             
   ordiaccsum[monthsec-1]=ordinacc;            //for ordinary account
  
   specacc=employeecontri*0.15f;              
   specaccsum[monthsec-1]=specacc;             //for special account
  
   medisave=employeecontri*0.19f;
   medisavesum[monthsec-1]=medisave;           //for medisave account
  
   totalcpf=employercontri+employeecontri;
   totalcpfsum[monthsec-1]=totalcpf;           // total cpf
   System.out.println(month[monthsec-1]+" contibution $"+fmt.format(employeesum[monthsec-1]));
  
               
   salarysum1[i]  =salarysum[monthsec-1];
   employeesum1[i]=employeesum[monthsec-1];
   employersum1[i]=employersum[monthsec-1];
   ordiaccsum1[i] =ordiaccsum[monthsec-1] ;
   medisavesum1[i]=medisavesum[monthsec-1];
   specaccsum1[i] =specaccsum[monthsec-1];
   totalcpfsum1[i]=totalcpfsum[monthsec-1];
   month1[i]      =month[monthsec-1];
   i++;
  }
 
   else if(monthsec==0||monthsec>12)
   System.out.println("");
  
   }while(monthsec!=0&&monthsec!=13);
   }
      
 static void cpfcontribution()  
  {   
   System.out.print("enter month <1 for jan -12 for dec ,0 for menu>  :");
   System.out.print("");
   monthagain= CspInput.readInt();
  
   if(salarysum[monthagain-1]!=0.0)
     {
      System.out.println(month[monthagain-1]+ " salary"+ " $"+fmt.format(salarysum[monthagain-1]));
      System.out.println("employercontibution $"+fmt.format(employersum[monthagain-1])+" employeecontibution $"+fmt.format(  employeesum[monthagain-1])  );
      System.out.println("ordinary Account $"+fmt.format(ordiaccsum[monthagain-1])+"  special Account $"+fmt.format(specaccsum[monthagain-1])+"medisave Account $"+fmt.format(medisavesum[monthagain-1] ) );
      System.out.println("total cpf contribution $"+fmt.format(totalcpfsum1[monthagain-1]) );
      System.out.println();
     }
      else
      {
       System.out.println("salary not entered ") ;            
       System.out.println(" ");  
       }
       }
                         
 static void  finalsumm ()throws Exception                                                    
      {
       System.out.println(" ") ;
       System.out.println("******************CPF calculator***************** ")      ;
       for(k=0;k<i;k++)
      {
       System.out.println(month1[k]+ " salary"+ " $"+salarysum1[k]);
       System.out.println("employercontibution $"+fmt.format(employersum1[k])+" employeecontibution $"+fmt.format(  employeesum1[k])  );
       System.out.println("ordinary Account $"+fmt.format(ordiaccsum1[k])+"  special Account $"+fmt.format(specaccsum1[k])+"  medisave Account $"+fmt.format(medisavesum1[k] ) );
       System.out.println("total cpf contribution $"+fmt.format(totalcpfsum1[k]));
       System.out.println("");
       System.out.println( );
      } 
       for(j=0;j<i;j++) 
       {tcc=tcc+totalcpfsum1[j];}
       System.out.println("Total year contribution $"+fmt.format(tcc));
      }                            
      }// end of class

SORRY I HAD NO CHOICE BUT TO DO THIS AGAIN...=D

Jan. 31st, 2008


import java.text.*;

public class CPF
{    

static DecimalFormat fmt= new DecimalFormat("0.00");

public static String[] month ={"jan","feb","mar","april","may","jun","jul","aug","sep","oct","nov","dec"};

      public static double[]salarysum= new double[20];

      public static double[]employeesum= new double[20];

      public static double[]employersum= new double[20];

      public static double[]ordiaccsum= new double[20];

      public static double[]medisivesum= new double[20];

      public static double[]specaccsum= new double[20];

      public static double[]totalcpfsum= new double[20];

      public static double[]salarysum1= new double[20];   

      public static double[]employeesum1= new double[20];

      public static double[]employersum1= new double[20];

      public static double[]ordiaccsum1= new double[20];

      public static double[]medisivesum1= new double[20];

      public static double[]specaccsum1= new double[20];

      public static double[]totalcpfsum1= new double[20];

      public static String[]month1= new String [20];

      public static char selection='x';    

      public static int monthsec;

      public static double salary;

      static int i=0,monthagain,j=1,k;     

      static double       employeecontri, employercontri,ordinacc,specacc,medisive,totalcpf;

public static void main(String[] args) throws Exception
{

do

            {

            System.out.println("************CPFCALCULATOR***********");

            System.out.println("1>Enter monthly salary");

            System.out.println("2>Display CPF contribution by month");

            System.out.println("3>Display summary for all months");

            System.out.println("4>Exit");

            System.out.print("Please select your choice(1-4):");

           

            selection = (char)System.in.read();

          System.in.read();

            System.in.read();      

            switch (selection)

            {

            case '1':

           

      entersalary();

     

                 

                  break;

                 

                  case '2':

                                         

      cpfcontribution ()      ;

                  break;

                 

                        case '3':

                         finalsumm ()     ;

                         break;

                        

                        case '4':

                        System.out.println("thank U for using cpf calculater");

                       

                       

                              break;

                             

                 

                 

                  default:  System.out.println("Invalid choice. Please enter 1 or 4 only. \n");

            }    

            }while(selection !='4');

          

           

                 

}    

     

static void entersalary()

           

{
System.out.print("enter month <1 for jan -12 for Dec ,0 for Menu>:");
monthsec = CspInput.readInt();

if (monthsec<13 && monthsec>0)
{
System.out.print("enter salary: $");
  salary = CspInput.readDouble();
 
  salarysum[monthsec-1]=salary;              //for salary summary

 employeecontri=(salary/100)*20;       

 employeesum[monthsec-1]=      employeecontri;     //for emlpoyee contribution

 employercontri=(salary/100)*14.5;

 employersum[monthsec-1]=      employercontri ;  //for emplyer contribution

  ordinacc=   (employeecontri/100)*66 ;           // for ordin accout

  ordiaccsum[monthsec-1]=ordinacc;

 specacc=(employeecontri/100)*15;              // for apecail accout

 specaccsum[monthsec-1]=specacc;

  medisive  =(employeecontri/100)*19;

  medisivesum      [monthsec-1]=medisive;               // for medisive account

 totalcpf=employercontri+employeecontri;

 totalcpfsum[monthsec-1]=totalcpf;                    // total cpf

 System.out.println(month[monthsec-1]+ " contibution "+fmt.format(      employeesum[monthsec-1])      );

     salarysum1[i]= salarysum[monthsec-1];

  employeesum1[i]   =employeesum[monthsec-1];

 employersum1[i]   = employersum[monthsec-1];

   ordiaccsum1[i]  = ordiaccsum[monthsec-1] ;

 medisivesum1[i]   =    medisivesum[monthsec-1];

       specaccsum1[i]     =    specaccsum[monthsec-1];

 totalcpfsum1[i]=totalcpfsum[monthsec-1];

     month1[i] = month[monthsec-1];

   

            i++;

     

     

      }

      else if(monthsec>12)

            System.out.println("please enter 1 to 12");

     

     

}    

     

static void  cpfcontribution ()    

     

{

     

            System.out.print("enter month <1 for jan -12 for dec ,0 for menu>  :");

                  System.out.print("");

                  monthagain = CspInput.readInt();

                 

                  if(salarysum[monthagain-1]!=0.0)

            {

           

                  System.out.println(month[monthagain-1]+ " salary"+ " $"+fmt.format(salarysum[monthagain-1]));

     

            System.out.println("employercontibution $"+fmt.format(employersum[monthagain-1])+" employeecontibution $"+fmt.format(  employeesum[monthagain-1])  );

                  System.out.println("ordinary Account $"+fmt.format(ordiaccsum[monthagain-1])+"  special Account $"+fmt.format(specaccsum[monthagain-1])+"  medisive Account $"+fmt.format(medisivesum[monthagain-1] ) );

                        System.out.println("total cpf contribution $"+fmt.format(      totalcpfsum[monthsec-1]) );

                        System.out.println( );

                 

                       

                 

                 

           }

                  else

                  {

                 

                        System.out.println("salary not entered ") ;            

                        System.out.println(" ");  

                       

                     }

      }             

                         

       static void  finalsumm ()                                                    

     

      {

            System.out.println(" ") ;

           

            System.out.println("******************CPF calculator***************** ")      ;

            for(k=0;k<i;k++)

            {

           

      System.out.println(month1[k]+ " salary"+ " $"+salarysum1[k]);

     

            System.out.println("employercontibution $"+fmt.format(employersum1[k])+" employeecontibution $"+fmt.format(  employeesum1[k])  );

                  System.out.println("ordinary Account $"+fmt.format(ordiaccsum1[k])+"  special Account $"+fmt.format(specaccsum1[k])+"  medisive Account $"+fmt.format(medisivesum1[k] ) );

                        System.out.println("total cpf contribution $"+fmt.format(      totalcpfsum1[k]) );

                        System.out.println( );

                       

                  }          

                       

           

      }                            

     

      }   // end of class



SORRY AGAIN, I HAD NO CHOICE=S

Jan. 29th, 2008


seems like the old times will never return.
there's no turning back.
i wont ever forget how badly today's quarrel was.
how fiercely ur shout was.
how terrifying u were.
i've never been shouted at like tad by a guy b4.
the fact tad u flared at me first.
the fact that u literately screamed at me in ur room.
i cant make myself forget all those
b4 tad, u stomped up the stairs, and shouted those words.

u have a terrible tolerance level in terms of relationship.
seriously
i kno ur totally fine.
lyk wad u said, wads the pt of feeling sad
i kno, u wont bother abt me animore.
not even a msg
u wont even regret shouting at me lyk shit.
i bet u.
forget it, no matter how sad i'll feel.
it's jus a matter of tym that i get better.

btw, i feel gd shouting back at u.
cos i will nv let myself be shouted and flared at by a GUY.
call urself soft-hearted.
BULLSHIT.
u shud be fcuking glad i've nv flared at u b4.
sumtyms, i hate u so much.
but i jus like u very much
yet sumtyms ur fcuking annoying.
but still.
i kno myself, ur nv gonna msg me agn
only prob for the things u wan back.
lyk, ur sim card.
ur red jacket.

Actually, im too afraid of u now.
that part was just too scary


Jan. 29th, 2008


ok i had no choice but to past it here.

DISC INFO

dominance

Self starter…

Influenced by the western side, sun STARTED the transformation of china, aim to modenize it.

Self started various organizations. à founded the Revive China Society to unveil the goal of a prospering China and as the platform for future revolutionary activities.

 

àstarted a self-proclaimed military government in Guangzhou (Canton), Guangdong Province, southern China, in 1921, and was elected as president \

Reason,…… In late 1910s, China was greatly divided by different military leaders without a proper central government. Sun saw the danger of this, and returned to China in 1917 to advocate unification.

 

àhe established the Whampoa Military Academy near Guangzhou

Reason…  The Academy was the most eminent military school of the Republic of China and trained graduates who fought in the Second Sino-Japanese War and on both sides of the Chinese Civil War

To develop the military power needed for the Northern Expedition against the militarists at Beijing

 

 

 

 

 

Influence

 

Persistence

à FAILURES

wrote a long letter to Li Hongzhang, the governor-general of Zhili and a reformer in the court, with suggestions on how to strengthen China, but he was rejected.

 

In 1895 a coup he plotted failed

For the next sixteen years Sun was an exile in Europe, the United States, Canada, and Japan, raising money for his revolutionary party and bankrolling uprisings in China

 

Though his exile, sun still went to various countries to raise money for his revolutionary part and bankrolling uprisings in china.

He also went to japan to gain the people’s support. EVIDENCE: He was expelled from Japan due to fears of the large level of support he had there.

 

àFund  the revolutions and for keep the spirit of revolution alive, even after a series of failed uprisings

 Despite his failures, sun still travelled to countries to gain people's support, determined to modernise china EG.-->He delivered a speech in which he proclaimed his Three Principles of the People as the foundation of the country 
On November 10, 1924, Sun traveled north and delivered another speech to suggest gathering a conference for the Chinese people and the abolition of all unequal treaties with the Western powers. 
                    Two days later, he yet again traveled to Peking (Beijing) to discuss the future of the country, despite his deteriorating health and the ongoing civil war of the warlords


On November 28, 1924 Sun traveled to Japan and gave a remarkable speech on Pan-Asianism at Kobe, Japan
He left Guangzhou to hold peace talks with the northern regional leaders on the unification of China.

Sun dedicated his whole life into transforming china. He placed the country's and people's welfare in the 1st place, before his health. He persevered till the end.


DEPENDABLE


Jan. 26th, 2008


wad a day.
sigh
im a screw up.
things wif a certain person arent going even normally.
i donkno wad to do.
feels that i have no tym for 100% romance
everyday's just so bz
we keep quarrelling.
i suppose this's gonna be so normal for us 
quarraling.
jus the same as me and my guardian
hai
mayb im too young for any romance or relationship
or mayb i shud just remain single if i donwanna try.
remain single if i don wan2 encounter relationship problems.
its so tiring
1/2 my energy is taken up by relationships
shudn 3/4 my energy be taken up by sch, work and my own tym?
tads being selfish
mayb adults were right
nows actually the tym to study and enjoy singlehood.
when we're older den tink abt romance
if nt we'll be tired out by romance
now i super tink that adults are right at times
don rush into romance
cos romance will come when ur tym is right
now i have to balance both sides
which will b tiring for me
cos im nt a multi- tasking dude
life sucks
super complicated
i just wan a simple life now
makes things betta
but its nt easy to end tis complicated life now
it'll hurt big tym
for both sides.
sighhhhhhhhhhhhhh
so, i wont end it
i'll try to do sumting
its just a matter of tym till we all become crazy 
and lose our minds
and become numb ppl
why are sum ppl desperate for attached lives..??
haaizz

Jan. 26th, 2008


i am finally home.
after many days of staying ova.
i shudn be staying ova too many tyms.
yeah, its uber near sch,
but thats nt my home.
this is my homeeee.
i feel so tired and xian at tyms.
i mean so wad if i always go to his hse..?
nowadays im trying to study or do hw or project tad we barely tok.
i might as well just go home, and study and all.
den once in awhile if free den meet.
not meeting often dosent mean i don love u alreadi right.
well, if ur very bored but cant meet me often den u can work lyk wad u intend to do.
i cant work cos i don have the tym.

i wish u could come to my place once in awhile to drop by say hiii to me
thou u cant come in, it dosent matter.
just come pick me up help me carry stuff.
since ur always so bored, restless.
wish u could send me home too.
but i kno my place is far from urs, so nvm lor
its tiring for me to always be the one going to ur place.
i travel back and forth myself.
since ur so damn bored, why nt meet ur frens go out.
u always did that tad last tym.
better den cramming urself in the hse for the rest of the day.
i feel bored for u oso la.

im done here nights

Jan. 24th, 2008


why why why do i feeel so demoralised..
i feel so stressed for nxt week man.
i have absolutley no idea how im gonna get gd grades for grp assignment and the test.
speak speak speak,
it's all abt talking logic, able to express urself, abe to make eye contact,
able to understand the facts in my assignment.
able to explain my points.
goodness me.
why am i so afraid

there's lab test tmr for com prog.
how am i gonna make it..
all the programming stuff.
it's only 1hr20mins long.
2 qns, must type programme.
how to finish on tym
i don even kno how to type it.
how to pass the test..
qns 1 55%, qns2 45%
omg, may the good lord bless us.

i rushed to his hse today.
FOR NOTHING.
said wanted to go down, ask me don come back late.
yea i did come back late, but for a gd reason
i stayed back to do bit of comprog.
though of no help.
i still did sum
but he still played his game as usual.
tad's fine wif me.
the point is he rushed back to com for games once he opened door for me.
hai..
nvm la, i'll just do wad i wan to do,
u go ahead and do wadeva u wan la
im tired to bother much.
u don even give a damn.
wads the pt.
im super nice to u by staying ova night at ur place alot le k.
but i kno to u, it's not much difference alreadi whether im there anot.
cos im always doing work.
u'll nv fully understand.
i can say that i understand u more than u do for me. 
DOne.

Profile

[info]yaystabbieyay
yaystabbieyay

Latest Month

February 2008
S M T W T F S
     12
3456789
10111213141516
17181920212223
242526272829 

Syndicate

RSS Atom
Powered by LiveJournal.com
Designed by Akiko Kurono