Hey there, I'm Najam
You can get all my notes and lectures about programming from my site. Subscribe to get notification of my new posts!
#include<stdio.h>
#include<conio.h>
int main()
{
int bs;
float da,hra,gs;
printf("Enter Basic Salery : ");
scanf("%d",&bs);
da=(20*bs)/100;
hra=(40*bs)/100;
gs=bs+da+hra;
printf("Gross Salery : %f",gs);
getch();
}
My name is Najam Ul Saqib. I am student of software engineer. In this site i will share all the things which i will learn. Also i am graphic and web designer.
0 comments:
Post a Comment