The answer is HB!
Hope this helps!
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;
}
A) K is the element with the lowest electronegativity
1. Answer:
B) An allele is one form of a gene.
Explanation:
- <em><u>An allele refers to an alternative form of a gene. In other words it is one of the form of a gene.</u></em>
- <em><u>A gene may have two alleles, where one of the allele is a dominant allele and the other is a recessive allele. </u></em>
- A homozygous organisms may be dominant or recessive, a homozygous recessive contains two recessive alleles while a homozygous dominant contains two dominant alleles.
- A heterozygous organisms contain one dominant allele and one recessive allele.
2. Answer;
B) Alleles
Explanation;
- <em><u>According to Mendel genes are inherited in pairs of alleles that behave in a dominant and recessive pattern. </u></em>
- <em><u>Alleles are alternative forms of a gene. </u></em>
- A gene may have two alleles, where one of the allele is a dominant allele and the other is a recessive allele.
- A homozygous organisms may be dominant or recessive, a homozygous recessive contains two recessive alleles while a homozygous dominant contains two dominant alleles.
When a liquid goes from a liquid state to a gaseous state it is called evaporation