Untitled

May 23

Jan 04

Alam mo yung feeling na.

mahalkosi16:

Nagbigay yung friend mo ng link. Sinsabi nya na I-Click mo yun

Tpos nung pagclick mo, video yun.

pinanood mo hanggang may biglang may nakakatakot na mukhang nagpakita. With matching sigaw na sound effects.

Tapos para kang:


Nov 04

(via grimmielegacy)

Jan 07

[video]

Jan 05

ispunct

#include<iostream.h>
#include<conio.h>
#include<ctype.h>

char letter;
int main()
{clrscr();
 cout«”Enter a lette:”;
 cin»letter;
 if(isalnum(letter))
  cout«letter«” is an alphabhet or a number. \n”;
 else
  cout«letter«” is not an alphabet nor a number. \n”;
 if(isalpha(letter))
   cout«letter«” is an alphabet \n”;
 else
   cout«letter«” is not an alphabet.\n”;
 if(isdigit(letter))
  cout«letter«” is a number. \n”;
 else
  cout«letter«” is not a number. \n”;
 if(ispunct(letter))
  cout«letter«” is a punctuation mark. \n”;
 else
  cout«letter«” is not a punctuation mark. \n”;
getch();
return 0;
}

Nov 24

Finding roots. (c++)

litomanangan:

#include <iostream.h>
#include <conio.h>
#include <math.h>

float a,b,c,s,root,R;

int main()

{   clrscr();
    cout«”enter an number for a : “;
    cin»a;
    cout«”enter an number for b : “;
    cin»b;
    cout«”Enter an number for c : “;
    cin»c;
    s=(a+b+c)/2;
    root=s*(s-a)*(s-b)*(s-c);
    R=(a*b*c)/(4*pow(root,0.5));
    cout«”radius = ” «R«”\n”;
    getch();
    return 0;
}

banatero:

BANAT #130:‘Pag ako, naging planeta.Gusto ko, ikaw ang axis ko.Para sa’yo lang iikot ang mundo ko.
banat ni lovebipolaaar.

banatero:

BANAT #130:
‘Pag ako, naging planeta.
Gusto ko, ikaw ang axis ko.
Para sa’yo lang iikot ang mundo ko.

banat ni lovebipolaaar.