Skip to main content

::: vuaskari.com ::: (Urgent)..MCS first semester. CS-201 Help needed in coding(Plz its urgent)

#include<iostream.h>
#include<conio.h>

void getinput(double sal[][2], int numemps);
void calcnetsal(double sal[][2], int numemps);
void findunluckies(double sal[][2], int numemps, int lucky[]);
void markifunlucky(double sal[][2], int numemps, int lucky[], int upperbound, int empnbr);
void printunluckies(int lucky[], int numemps);

void main (void)

{
const int arraysize=100;
double sal[arraysize][2];
int lucky[arraysize]={0};
int numemps;

cout<< "Please enter the number of employee's in your company = ";
cin>> numemps;
cout<< endl;

getinput(sal,numemps);

cout<< "\n\n Calculating the net Salaries... ";
calcnetsal(sal,numemps);

cout<< "Location the unlucky employee's...";
findunluckies(sal,numemps,lucky);

cout<< "\n\n Printing the unlucky employee's...";
printunluckies(lucky,numemps);

}

void getinput(double sal[][2], int numemps)
{
for (int i=0, i<numemps;i++)
{
cout<< "\n Please enter the gross salary of the employee #..="<< i;
cin>> sal[i][0];
}
}

void calcnetsal(double sal[][2], int numemps)
{
for (int i=0, i<numemps;i++)
{
if(sal[i][0]>=0 && sal[i][0]<=5000)
{
sal[i][1]=sal[i][0];
}
else if(sal[i][0]>=5001 && sal[i][0]<=10000)
{
sal[i][1]=sal[i][0]-(.05*sal[i][0]);
}
else if(sal[i][0]>=10001 && sal[i][0]<=20000)
{
sal[i][1]=sal[i][0]-(.1*sal[i][0]);
}
else if(sal[i][0]>=20001)
{
sal[i][1]=sal[i][0]-(.15*sal[i][0]);
}
else
{
}
}
}

void findunluckies(double sal[][2], int numemps, int lucky[])
{
for (int i=0, i<numemps;i++)
{
if(sal[i][0]>=0 && sal[i][0]<=5000)
{
}
else if(sal[i][0]>=5001 && sal[i][0]<=10000)
{
markifunlucky(sal,numemps,lucky,5001,i);
}
else if(sal[i][0]>=10001 && sal[i][0]<=20000)
{
markifunlucky(sal,numemps,lucky,10001,i);
}
else if(sal[i][0]>=20001)
{
markifunlucky(sal,numemps,lucky,20001,i);
}
}
}

void markifunlucky(double sal[][2], int numemps, int lucky[], int upperbound, int empnbr)
{
for (int i=0, i<numemps;i++)
{
if(sal[i][0]<upperbound && sal[i][1]>=sal[empnbr][1])
{
lucky[empnbr]=1;
break;
}
}
}

void printunluckies(int lucky[], int numemps)
{
for (int i=0, i<numemps;i++)
{
if(lucky[i]==1
{
cout<< "\n Employee No.: "<< i;
}
}
}


Asalam o Alikum,

I am looking for help in coding real world program lecture # 13. The program is attached for your kind persual. Anybody who has a sound knowledge of coding is requested to check the attached program for errors. The problem is when i try to run a void main(void) program on my system error as void must return int; populates. It is so irritating and also i cann't be able to complete my assignment # 2 of CS-201 because of this error. It is requested to help me in this regard.

I will be much thankful. Waiting for a positive reply.

God bless you all.

Regards,
M yaseen
yaseenraja2000@gmail.com

--
We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best. Join www.vuaskari.com,
To post to this group, send email to vuaskari_com@googlegroups.com
Visit these groups:
This (Main) Group:http://groups.google.com/group/vuaskari_com?hl=en?hl=en
MIT/MCS Group: http://groups.google.com/group/vu_askarimit?hl=en?hl=en
HRM Group: http://groups.google.com/group/askari_hrm?hl=en?hl=en
Banking Group: http://groups.google.com/group/askari_banking?hl=en?hl=en
Management: https://groups.google.com/group/vuaskari_mgt?hl=en
Marketing: https://groups.google.com/group/vuaskari_mkt?hl=en
MIS Group: http://groups.google.com/group/askari_mis?hl=en

Comments

Popular posts from this blog

Re: ::: vuaskari.com ::: CS408 - FINAL TERM SUBJECTIVE WITH REFERENCE SOLVED BY UMAIR SAULAT

GREAT WORK On Wed, Feb 20, 2013 at 11:30 PM, Umair Saulat < saulat.umair@gmail.com > wrote: CS408- Human Computer Interaction Solved Subjective Fall Semester 2012   QNo.1    it has been observed that most computer users use menu option for input instead of keyboard accelerator. What is the reason behind it? (2 Marks) Answer:- 1.        Menu options are easier to find. 2.        You don't have to memories the keys for menu option but for key board accelerators you have to memories them REF:: Handouts Page No. 127   QNo.2    Define active intervention.  (2 Marks) Answer:- Active intervention with the participant and actively probes the participant understands of whatever is being tested. REF:: Handouts Page No. 276 QNo.3    what is Ubiquitous Computing? (2 Marks) Answer:- The most profound technologies are those that disappear. They weave themselves into the fabric of everyday life until they are indi

Updating our Google Account inactivity policy

Every day Google works hard to keep you and your private information safe and secure by preventing unauthorized access to your Google Account with our built-in security protections. And keeping you safe means having strong privacy practices across our products that minimize how long we store your personal files and any data associated with them. We want to protect your private information and prevent any unauthorized access to your account even if you're no longer using our services. Therefore, we are updating the inactivity period for a Google Account to two years across all our products and services. This change starts rolling out today and will apply to any Google Account that's been inactive, meaning it has not been signed into or used within a two-year period. An inactive account and any content in it will be eligible for deletion from December 1, 2023. What this means for you: These changes do not impact you unless you h

Learn more about our updated Terms of Service

stargthb@gmail.com On January 5, 2022, we're making some changes to our Terms of Service. These changes won't affect the way you use Google services, but they'll make it easier for you to understand what to expect from Google — and what we expect from you — as you use our services. You can review the new terms here . At a glance, here's what this update means for you: More clarity on what you can expect from Google and what we expect from you : We're providing more examples to describe the mutually respectful conduct that we expect from all our users. Improved readability : While our terms remain a legal document, we've done our best to make them easier to understand, including reorganizing some topics so that they're easier to find. If you use Family Link to manage a Google Account for someone else, please take some time to talk to them about these changes. Thank you for using Google!