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;
}
Answer:
I think it's A
Explanation:
I'm sorry if it's not correct. I'm tryna get enough points to ask my question
70.306 would be your answer.
The atomic number of an element identifies the number of protons and electrons.
Answer:
B: Fission reactors generate huge amounts of heat.
C: Fission breaks down unstable elements such as uranium in a breeder reactor which is broken down in the process of fusion which is literally breaking down of elements.
E: fission is used in nuclear weapons as it is easier to accomplish then fusion bombs
Explanation:
A: as a zero-waste energy source
B: for generating large amounts of heat
C: for creating stable elements from unstable ones
D: for creating new, heavier elements
E: as the energy source in nuclear weapons