1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
mina [271]
3 years ago
13

Write a program that allows the user to enter a number of quarters, dimes, and nickels and then outputs the monetary value of th

e coins in cents. For example, if the user enters 2 for the number of quarters, 3 for the number of dimes, and 1 for the number of nickels, then the program should output that the coins are worth 85 cents.
Chemistry
1 answer:
miskamm [114]3 years ago
4 0

Answer:

// Program is written in C++ Programming Language

// Comments are used for explanatory purpose

// Program Starts here

#include<iostream>

using namespace std;

int main ()

{

// Declare Variables

int quarter, dimes, nickel, cent;

// Enter values for each

cout<<"Quarter: ";

cin>>quarter;

cout<<"Dimes: ";

cin>>dimes;

cout<<"Nickels: ";

cin>>nickel;

/*

In the United States, these coins have the following values

Quarter = 25 cents

Done = 10 cents

Nickel = 5 cent

Total cent is calculated below

*/

cent = 25 * quarter + 10 * dimes + 5 * nickel;

// Print Total

cout<<"The coins are worth "<<cent<<" cents";

return 0;

}

You might be interested in
Breathing equipment used by rescue workers needs to capture the CO2 the humans breath out and produce O2 for them to breath in,
const2013 [10]

Answer: 4KO_2+2CO_2\rightarrow 2K_2CO_3+3O_2

Explanation:

According to the law of conservation of mass, mass can neither be created nor be destroyed. Thus the mass of products has to be equal to the mass of reactants. The number of atoms of each element has to be same on reactant and product side. Thus chemical equations are balanced.

The balanced chemical equation for reaction of potassium superoxide  with carbon dioxide to produce oxygen and potassium carbonate will be:

4KO_2+2CO_2\rightarrow 2K_2CO_3+3O_2

8 0
3 years ago
For 20 points.... answer this
Allisa [31]
The answer is B.Let it sit
8 0
3 years ago
Read 2 more answers
In two or more complete sentences, develop a logical argument to either support or refute the following statement. Be sure to pr
Yuri [45]

We use logic every day to figure out test questions, plan our budgets, and decide who to date. We borrow from the vocabulary of logic when we say, "Brilliant deduction" or even "I don't want to argue about it." In the study of logic, however, each of these terms has a specific definition, and we must be clear on these if we are to communicate.

Vocabulary

Proposition --

T or F in an argument, but not alone. Can be a premise or conclusion. Is not equal to a sentence.

Premise --

Proposition used as evidence in an argument.

Conclusion --

Proposition used as a thesis in an argument.

Argument --

A group of propositions of which one is claimed to follow from the others.

Induction --

A process through which the premises provide some basis for the conclusion

Deduction --

A process through which the premises provide conclusive proof for the conclusion.

Argument Indicators: Premise Indicators: Conclusion Indicators:

should

must

ought  

necessarily

since  

because

for  

as

inasmuch as  

for the reason that

first ...

therefore

hence

thus

so

consequently  

it follows that  

one may infer

one may conclude

When dealing with persuasive writing, it will be helpful for you to outline the argument by premises and conclusions. By looking at the structure of the argument, it is easy to spot logical error.

Universities are full of knowledge. The freshmen bring a little in, and the seniors take none away, and knowledge accumulates.

-- Harvard President A. L. Lowell

Premise 1

Premise 2

Premise 3

Conclusion Freshmen bring a little (knowledge) in

Seniors take none away

Knowledge accumulates

Universities are full of knowledge

Example 2

(Here, the conclusion of one argument is used as a premise in another. This is very common.)

Even though there may be a deceiver of some sort, very powerful and very tricky, who bends all his efforts to keep me perpetually deceived, there can be no slightest doubt that I exist, since he deceives me; and let him deceive me as much as he will, he can never make me be nothing as long as I think I am something. Thus, after having thought well on this matter, and after examining all things with care, I must finally conclude and maintain that this proposition: I am, I exist, is necessarily true every time that I pronounce it or conceive it in my mind.

-- Rene Descartes, *Meditations*

Argument 1 Premise 1:

Conclusion of Argument 1

Argument 2 Premise 1:

Conclusion:

To be deceived ... I must exist

When I think that I exist I cannot be  

deceived about that

I am, I exist, is necessarily true ... .

Exercises

Find the Arguments and Outline them in These Statements:

1. Ask the same for me, for friends should have all things in common.

-- Plato, Phaedrus

2. Matter is activity, and therefore a body is where it acts; and because every particle of matter acts all over the universe, every body is everywhere.

-- Collingwood, The Idea of Nature

3. The citizen who so values his "independence" that he will not enroll in a political party is really forfeiting independence, because he abandons a share in decision©making at the primary level: the choice of the candidate.

-- Felknor, Dirty Politics

Reaching Logical Conclusions

This article is reprinted from pages 78-79 of Pearson-Allen: Modern Algebra , Book One. In the book it is one of several between-chapter articles that add interest and provike thought on subjects related to the topics discussed in the text.

Consider the two statements:

1. Any member of a varsity squad is excused from physical education.

2. Henry is a member of the varsity football squad.

Our common sense tells us that if we accept these two statement as true, then we must accept the following third statement as true:

3. Henry is excused from physical education.

We say that the third statement follows logically from the other two.

In drawing logical conclusions it does not matter whether the statements we accept as true are reasonable or sensible. This is because we depend entirely upon the form of the statements and not upon what we are talking about. Thus, if we accept the following statements as true:

1. All whales are mammals;  

2. All mammals are warm-blooded animals;  

3. All warm-blooded animals are subject to colds;

then we must conclude that


8 0
3 years ago
If a solid is placed in a liquid and lots of bubbles are formed, what type of reaction has occurred?
BigorU [14]
B___________________________________________
7 0
3 years ago
Read 2 more answers
The mass of solute per 100 mL of solution is abbreviated as (m/v). Mass is not technically the same thing as weight, but the abb
Talja [164]

The mass of solute per 100 mL of solution is abbreviated as (m/v). Mass is not technically the same thing as weight, but the abbreviation (w/v) is also common. 262 grams of sucrose are needed to make 655 mL of a 40.0% (w/v) sucrose solution

<h3>Define Solute</h3>

A solute is a material that dissolves in a solution. The amount of solvent present in fluid solutions is greater than the amount of solute. The two most common examples of solutions in daily life are salt and water. Salt is the solute because it dissolves in water.

<h3>forms of ratios for product concentration or yield:-</h3>
  • w/v:- Weight by volume or weight per volume are the terms used. Any solid compound's concentration in a liquid can be calculated using it. It is measurable in gm/ml.
  • Weight by weight ratio is referred to as w/w.It is employed to determine the final yield of the compound obtained from the starting compound. as in —mg/—gm.

       It provides the real yield of the substance or item.

  • Volume/volume. It is used to specify a liquid's composition or percent in a liquid compound.

using w/v we can calculate the weight of sucrose:-

40.0% means 40 g sucrose/ 100 g solution

40.0g sucrose x (655/100)=grams of sucrose

262  grams of sucrose are needed to make 655 mL of a 40.0% (w/v) sucrose solution.

Learn more about Solute here:-

brainly.com/question/14397121

#SPJ4

6 0
2 years ago
Other questions:
  • Is rust a pure substance or a mixture? &lt;3
    13·2 answers
  • For a science experiment, a student rubs a mineral against a porcelain plate. The students has just performed
    12·2 answers
  • which law states that the volume and temperature are inversly proportional in a fixed quantity of gas
    11·1 answer
  • Which of the following set ups which converts centimeters to fit
    7·1 answer
  • Complete the table for ion charge based upon their losing or gaining electrons in the outer shell. (Use the periodic table as ne
    8·1 answer
  • The parts of the scientific method have to be followed in one specific order in all investigations. True False
    10·1 answer
  • What volume of H2O(g) is produced when 8.00 mol of C2H4(g) reacts at STP?
    15·1 answer
  • Examples of the skills used in science include _____ and _____.
    9·1 answer
  • What is the empirical formula of a compound that has a carbon to hydrogen ratio 2-6
    8·1 answer
  • For a constant force, when the surface area is tripled the
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!