subject

Take the average of some numbers. show all the numbers that are below average. you can assume that there will not be more than 20 numbers entered. for example: enter a weight (0 to stop): 1 enter a weight (0 to stop): 2 enter a weight (0 to stop): 3 enter a weight (0 to stop): 4 enter a weight (0 to stop): 5 enter a weight (0 to stop): 6 enter a weight (0 to stop): 7 enter a weight (0 to stop): 8 enter a weight (0 to stop): 9 enter a weight (0 to stop): 10 enter a weight (0 to stop): 0 the total was 55 the average is 5.5 here are all the numbers less than the average: 1 2 3 4 5

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:30
Write a full class definition for a class named player , and containing the following members: a data member name of type string .a data member score of type int .a member function called setname that accepts a parameter and assigns it to name . the function returns no value.a member function called setscore that accepts a parameter and assigns it to score . the function returns no value.a member function called getname that accepts no parameters and returns the value of name .a member function called getscore that accepts no parameters and returns the value of score .this is what i have, aparently this is wrong: class player{private: string name; int score; public: void player: : setname (string n){name =n; }void player: : setscore (int s){score = s; }string player: : getname (){return name; }int player: : getscore (){return score; }};
Answers: 2
question
Computers and Technology, 22.06.2019 23:00
In which part of a professional email should you try to be brief, but highly descriptive?
Answers: 1
question
Computers and Technology, 23.06.2019 09:00
Which company provides a crowdsourcing platform for corporate research and development? a: mtruk b: wiki answers c: mediawiki d: innocentive
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?
Take the average of some numbers. show all the numbers that are below average. you can assume that t...
Questions
Questions on the website: 13722359