Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
WAP TO ACCEPT THE BASIC SALARY OF EMPLOYEES & CALCULATE NET SALARY
#include stdio.h>
#include conio.h>
void main()
{
float Basic_Salary,DA,HRA,MA,LTC,VA,Gross_Salary,PF,Net_Salary;
clrscr();
printf("\n\n\t\t Enter Basic Salary: Rs.");
scanf("%f",&Basic_Salary);
DA=Basic_Salary*0.52;
HRA=Basic_Salary*0.1;
MA=Basic_Salary*0.1;
LTC=Basic_Salary*0.1;
VA=Basic_Salary*0.05;
Gross_Salary=Basic_Salary+DA+HRA+MA+LTC+VA;
PF=Basic_Salary*0.1;
Net_Salary=Gross_Salary-(1000+PF);
printf("\n\n\t\t Net_Salary is: Rs.%f", Net_Salary);
getch();
}
Create a user-defined data structure (struct) called Node that represents a node within a linked list where the "data" stored in each node is a pointer to a Car object. a) Wr
Many modern cryptography algorithms require two numbers that are coprime, or sometimes referred to as relatively prime. Two numbers are coprime if their greatest common divisor is
what is oops
minimum shelf
Normal 0 false false false EN-IN X-NONE X-NONE MicrosoftInternetExplorer4
Define the Conditional Operator in c language? The Simple conditional operator can be carried out with the conditional operators (? And :). An expression that makes use of the
how can I write a c++ program that generate all evn numbers less than 1000?
Why shouldn't Matrix class's interface look like an array-of-array? A: Some people build a Matrix class that has an operator[] that returns a reference to an Array object (or po
the program that solve the efficiency of otto cycle
Consider a group of n robots, numbered R2D1 through R2Dn, and m tasks, numbered 1 through m. Tasks can be different and robots are specialized, hence a given robot can only perform
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd