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();
}
THIS PROGRAM IS TO MULTIPLY THE TWO COMPLEX NO.S GIVEN BY THE USER #include #include #include struct complex { int real; int imag; }; void main() { clrs
Requirements Create a "makefile" that will manage the construction of a program The name of the makefile must be: makefile The make file must produce an executable
Explain The Type Conversion in Expressions in c language? When variables and constants of different types are used in an expression they are all converted to same type. The com
We are now quite happy to use the basic mathematical expressions, however in engineering we use scientific functions i.e Sin , Cos , ln etc . Within C we have the following functi
create a shopping cart in c++
Given an integer n and a permutation of numbers 1, 2 ... , n-1, n write a program to print the permutation that lexicographically precedes the given input permutation. If the given
I Want a answer for solving the big M method in the topic of simplex method...
Create a .cpp program that verifies the strength of a password that a user is entering is strong (complex/secure) enough. In the main area of the program, prompt the user to enter
In the Byteland country a string "s" is said to super ascii string if and only if count of each charecter in the string is equal to its ascci value in the byteland country ascii co
how to write c++ for function f(x)= 2x^3 -x^2 +10
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