May God bless you
   
 
  PROGRAMMING
1. This is a programe for c++.You can find out someone's sallery detail with this programme:

#include<stdio.h>
#include<conio.h>
main()
{
float basic,medical,others,fund,total,year;
clrscr();
printf("Please Enter The Basicn");
scanf("%f",&basic);
basic=basic;
medical=basic*.1;
fund=basic*.15;
others=basic*.2;
total=basic+medical-fund+others;
year=total*12;
printf("Basic=%fn",basic);
printf("Medical=%fn",medical);
printf("Others=%fn",others);
printf("Monthly Total Sallery=%fn",total);
printf("Yearly Total Sallery=%fn",year);
printf("Profident Fund Per Month=%fn",fund);
getch();
}



2. This Programme is to display some text only.
#include<stdio.h>
#include<conio.h>
main()
    {
clrscr();
printf(" AAAAAAAAAAAAn");
printf("  AAAAAAAAAAn");
printf("   AAAAAAAAn");
printf("    AAAAAn");
printf("     AAAn");
printf("      An");
getch();
    }

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("AAAAAAAAAAAAn AAAAAAAAAAn  AAAAAAAAn   AAAAAn    AAAn     A");
getch();
}

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int a,b,c;
a=5;
b=8;
c=a+b;
printf("the result is=%d",c);
getch();
}

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int a,b,c;
printf("input the value of a=");
scanf("%d",&a);
printf("input the valu of b=");
scanf("%d",&b);
c=a+b;
printf("input the sumation is=%d",c);
getch();
}

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int i,sum;
sum=0;
for(i=1;i<100;i++)
sum=sum+i;
printf("the sum is=%d",sum);
getch();
}

#include<stdio.h>
#include<conio.h>
void main()
{
int sum,i,n;
clrscr();
sum=0;
printf("Enter The Value Of n=");
scanf("%d",&n);
for(i=1;i<=n;i++)
sum=sum+i;
printf("The sumation is=%d",sum);
getch();
}

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int bangla,english,math,social,science,total;
printf("Give The Mark of bangla=");
scanf("%d",&bangla);
printf("Give The Marke of english=");
scanf("%d",&english);
printf("give the mark of math=");
scanf("%d",&math);
printf("give the mark of social=");
scanf("%d",&social);
printf("give the mark of science=");
scanf("%d",&science);
total=bangla+english+math+social+science/;
printf("bangla+english+math+social+science=%d",total);
getch();
}


#include<stdio.h>
#include<conio.h>
#define PI 3.14
void main()
{
clrscr();
float area,r;
printf("input the value of r=");
scanf("%f",&r);
area=PI*r*r;
printf("the area of the circle=%f",area);
getch();
}

Login Here
 
Username:
Password:
Bangladesh
 
Bangladesh is a beautiful country. Bangladesh is world famous for her beauty. You can know about Bangladesh from my site. Here I have written about the beauty of Bangladesh. We are Bangladeshi as we live in Bangladesh. From here you will be able to know more about us, our life style, our culture, our festivals, our games and sports, our language, our history, historical place, wild life, tribal and more.
BD-NEWS
Click through this menu to read the news of home and abroad.
Computer & Study
 
You can study from the Computer Section. Many articles, definitions, diagrams, links are given on the Study page.
There is a page named Tips & Tricks. From this page you can learn the tips and tricks on computer. Many tips and tricks are available in this section those will help you run your computer more effectively. You will be also skilled from here.
Here is also a page where we have kept many programs on C++, JAVA, HTML, CSS, XML, PHP, MY SQL, JAVA SCRIPT and more. Visit this page to know the programming,
Hinduism
 
This page is mainly for the Hindu People. One can know more about Hindu Religion by this page. Stenza, Religious Story, Bagla Almanac are available in this page.
Are you Hindu? You can be a Registered User to get help from us or to help the other people. To register as a Golden User please mail me at d.uzzwal09@gmail.com or phone me at +8801914493388
 
Today, there have been 3 visitors (7 hits) on this page!
Bangladesh, A country of Beauty This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free