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:
Here's what I get.
Explanation:
Your unbalanced nuclear equation is:

The main point to remember in balancing nuclear equations is that the sums of the superscripts and the subscripts must be the same on each side of the equation.
Then
95 = x + 2, so x = 95 - 2 = 93
243 = y + 4, so y = 243 - 4 = 239
Element 93 is neptunium, so the nuclear equation becomes
Answer:
C. Mutations are a change in DNA or a chromosome and can be helpful, harmful or may have no affect.
Explanation:
- Mutations are spontaneous random changes that occurs in the genetic make up of an organisms. Mutations are rare and their rate of occurrence is random.
- Mutations may occur on the gene level known as gene mutations or at chromosome levels called chromosomal mutations.
- Mutations may be beneficial, harmful or have no effect on a given organisms. Harmful mutations cause disorders that may lead to abnormality or death of an organisms. Beneficial mutations improve an organisms adaptability to the environment.
Answer:
D
Explanation:
The electrons revolve around the nucleus and they contain negative charge