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 01:00
Search the web for two examples of digital art that you like. the examples must be from different mediums (example: one digital photo and one computer animation not two computer animations). compose an essay for each example you choose about why the piece appeals to you, and identify the medium used.
Answers: 1
question
Computers and Technology, 22.06.2019 18:10
How can i delete permalinks from a word press site?
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
Jason needs to learn a new web tool. he went through his books to understand more about it. now he wants hands-on experience with using that tool. what would him? jason can use websites where workspace is provided to test the results of your code.
Answers: 2
question
Computers and Technology, 23.06.2019 06:20
Which text function capitalizes the first letter in a string of text? question 10 options: upper capital first proper
Answers: 1
You know the right answer?
How to make this more professional ? change something on my work

#include

...
Questions
question
Mathematics, 28.09.2020 14:01
question
English, 28.09.2020 14:01
question
Mathematics, 28.09.2020 14:01
question
Mathematics, 28.09.2020 14:01
question
Mathematics, 28.09.2020 14:01
question
Mathematics, 28.09.2020 14:01
question
Mathematics, 28.09.2020 14:01
Questions on the website: 13722362