subject

How to make this more professional ? change something on my work

#include

#include

#include

using namespace std;

// prototype

double getsales(string);

// prototype

void findbiggest(double, double, double, double);

// this is the main that will call both of those fonctions.

int main()

{

double ne, se, nw, sw;

cout < < " this program determines which of a company’s four divisions (northeast, southeast, northwest, and southwest) had the greatest sales for a quarter." < < "\n"<
// this is to call function getsales for each division.

ne = getsales("northeast");

se = getsales("southeast");

nw = getsales("northwest");

sw = getsales("southwest");

// this is to call the function findhighest

findbiggest(ne, se, nw, sw);

return 0;

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:40
In this lab, you complete a python program that calculates an employee's annual bonus. input is an employee's first name, last name, salary, and numeric performance rating. if the rating is 1, 2, or 3, the bonus rate used is .25, .15, or .1 respectively. if the rating is 4 or higher, the rate is 0. the employee bonus is calculated by multiplying the bonus rate by the annual salary.
Answers: 1
question
Computers and Technology, 22.06.2019 23:30
What are some ways to use a range name in a formula? check all that apply. in the defined names group, click use in formula, and then select the desired name. begin typing the name in the formula, select a name from the autocomplete list, and use the arrow keys and tab key to enter the name in the formula. begin typing the formula, and then click and drag with the mouse to select the cells to include in the formula. right-click one of the cells in the range. click formula options, and use the dialog box to add the name.
Answers: 1
question
Computers and Technology, 23.06.2019 02:00
Which of the following is not a source of sustainable raw materials? a) coal mine b) flick of sheep c) cotton plantation d) line forest.
Answers: 2
question
Computers and Technology, 23.06.2019 11:00
What are the possible consequences of computer hacking? what is computer piracy? describe some examples. what are the effects of computer piracy? what are the possible consequences of computer piracy? what is intentional virus setting? describe some examples. what are the effects of intentional virus setting? what are the possible consequences of intentional virus setting? what is invasion of privacy? describe some examples. what are the effects of invasion of privacy? what are the possible consequences of invasion of privacy? what is an acceptable use policy and what is the purpose of the acceptable use policy what is intellectual property and how can you use it?
Answers: 1
You know the right answer?
How to make this more professional ? change something on my work

#include

...
Questions
question
History, 18.09.2019 10:50
question
Mathematics, 18.09.2019 11:00
question
Mathematics, 18.09.2019 11:00
Questions on the website: 13722367