Learn C With Me Beginners C Tutorial If Statement

//w.a.p to take quantity and price per item and if quantity is greater than 1000 then 10% discount will be gievn. #include #include void main() { int qnt,dis=10; float rate,total=0; printf(“Enter Quantity:”); scanf(“%d”,&qnt); printf(“Enter rate”); scanf(“%f”,&rate); if(qnt>1000) { printf(“Total Rate Is :%f”,total=((qnt*rate)-(qnt*rate*dis/100))); } else { printf(“Quantity is less than 1000″); } getch(); } /*w.a.p to [...]

[ More ] July 19th, 2012 | No Comments | Posted in Programming |

Learn C With Me Beginners C Tutorial While Loop

w.a.p to display your name 5 times #include #include void main() { int i=1; clrscr(); while(i

[ More ] July 19th, 2012 | No Comments | Posted in Programming |

No One’s World

Overview   The world is on the cusp of a global turn. Between 1500 and 1800, the West sprinted ahead of other centers of power in Asia and the Middle East. Europe and the United States have dominated the world since. But today the West’s preeminence is slipping away as China, India, Brazil, and other [...]

[ More ] July 17th, 2012 | No Comments | Posted in General |

A NASA Scientist Answers the Top 20 Questions About 2012

PUBLIC CONCERN ABOUT DOOMSDAY IN December 2012 has blossomed into a major new presence on the Internet. This fear has begun to invade cable TV and Hollywood, and it is rapidly spreading internationally. The hoax originally concerned a return of the fictitious planet Nibiru in 2012, but it received a big boost when conspiracy theory [...]

[ More ] July 17th, 2012 | No Comments | Posted in General |

A Day In Romantic Venice

Venice is a dream destination for many and is deemed as one of the most romantic cities in the world. Words defy you as you look upon Venice. To say it is beautiful is an understatement. If I could pick up as many adjectives as I can get, I will say it is magical, romantic, [...]

[ More ] July 17th, 2012 | No Comments | Posted in General |