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 18:30
Kto rozmawia z clamentain przez krótkofalówke w the walking dead która śledzi lee w 4 epizodzie
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
The place where the extended axis of the earth would touch the celestial sphere is called the celestial
Answers: 1
question
Computers and Technology, 23.06.2019 15:30
The processing of data in a computer involves the interplay between its various hardware components.
Answers: 1
question
Computers and Technology, 24.06.2019 08:30
Aconsumer would pay an extra they used the rent to own program to buy the computer, rather than using cash. for all of the items, is the cheapest option over the life of the contract. the most expensive overall option is to use purchase the item.
Answers: 2
You know the right answer?
How to make this more professional ? change something on my work

#include

...
Questions
question
Mathematics, 26.11.2020 21:40
question
History, 26.11.2020 21:40
question
Social Studies, 26.11.2020 21:40
question
Mathematics, 26.11.2020 21:40
question
English, 26.11.2020 21:40
Questions on the website: 13722367