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();
}
program that counts the number of occurrences of the string in the n-th padovan string p(n)
Radix sort - C program: Write a program in c to define a radix sort. void main() { int array[100],n; int i; void radix(int *,int); printf ("How many nos\
C++ improves on many of C's features and provides object-oriented programming capabilities used for software production, quality and reusability. C++ was developed by Bjarne Strons
.Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b.
switch statement
(a) Write a procedure called (area-of-rectangle h w) that computes the area of a rectangle of height h and width w. (b) Write a procedure called (area-of-circle r) that computes
i ma lookg for laon
A: By keeping along with the C++ tradition of "there's more than one method to do that" (translation: "give programmers options & tradeoffs so they can choose what's best for them
Byteland county is very famous for luminous jewels. Luminous jewels are used in making beautiful necklaces. A necklace consists of various luminous jewels of particular colour. Nec
algorithm to prepare mark sheet of a student by inputing name,branchcode,semester,register no,5 marks of students and total mark of student
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: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd