Earn by twitter on twivert

Sign up for PayPal and start accepting credit card payments instantly.

Saturday, April 3, 2010

Print all even numbers from 1 to 100


/*Print all even numbers from 1 to 100 */

#include<stdio.h>
#include<conio.h>
void main()
{
int i;
clrscr();
printf("Print  all even numbers from 1 to 100\n");
printf("Even Numbers are:\n");
for(i=1;i<=100;i++)
{
 if(i%2==0)
 printf("%d ",i);
}
getch();
}


  1. Read & Rate interesting articales to earn money!
    per artical $0.03 to $0.10
    link: http://www.readbud.com/?ref=4096068


  2. EARN MONEY BY BUMPING SITES, DAILY 5 ADS TO CLICK,
    PER CLICK 0.02$, DAILY 0.10$ EARN, MINIMUM PAYOUT 15$,
    YES ITS FREE TO JOIN
    http://www.MoneyBumper.com/Main.cfm?R=134526

WAP to check enter no. is prime or not


/*WAP to check enter no. is prime or not*/

#include<stdio.h>
#include<conio.h>
void main()
{
int num1,num,flage,i=2;
clrscr();
printf("enter no.");
scanf("%d",&num);
num1=num/2;
while(i<=num1)
{
if(num%i==0)
{
flage=1;
}
i++;
}
{
if(flage==1)
printf("not prime");
else
printf("prime");
getch();
}
}


  1. Read & Rate interesting articales to earn money!
    per artical $0.03 to $0.10
    link: http://www.readbud.com/?ref=4096068


  2. EARN MONEY BY BUMPING SITES, DAILY 5 ADS TO CLICK,
    PER CLICK 0.02$, DAILY 0.10$ EARN, MINIMUM PAYOUT 15$,
    YES ITS FREE TO JOIN
    http://www.MoneyBumper.com/Main.cfm?R=134526

WAP to check enter no. is palendron or not


/*WAP to check enter no. is palendron or not */

#include<stdio.h>
#include<conio.h>
void main()
{
int n,rem,i,rev=0;
clrscr();
printf("enter no.");
scanf("\n%d",&n);
for(i=n;i>0;)
{
rem=i%10;
rev=rev*10+rem;
i=i/10;
}
printf("%d",rev);
if(n==rev)
{
printf("\nenter no. is palendron");
}
else
{
printf("\nenter no isn't palendron");
}
getch();
}



  1. Read & Rate interesting articales to earn money!
    per artical $0.03 to $0.10
    link: http://www.readbud.com/?ref=4096068


  2. EARN MONEY BY BUMPING SITES, DAILY 5 ADS TO CLICK,
    PER CLICK 0.02$, DAILY 0.10$ EARN, MINIMUM PAYOUT 15$,
    YES ITS FREE TO JOIN
    http://www.MoneyBumper.com/Main.cfm?R=134526

ADS

How to earn online

How to earn online:
Step - 1 :
signup for PayPal, to recieve your online earning
click here:
https://www.paypal.com/in/mrb/pal=CZ7224TZBMCBL
step - 2 : Singup these 4 sites & earn & enjoy! Read site to know how to earn.
1. trekpay
Earn up to $0.02 (2 cents) per click.
http://www.trekpay.com/?ref=34690
2. neobux
Earn up to $0.02 (2 cents) per click.
Click here:
http://www.neobux.com/?r=Moneyearner786

AddMe

Bookmark and Share