Answer:they are both the same because they are both containers
Explanation:
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;
}
Charge of nucleus is always positive whether it is element or isotope.
It depends if it occurs naturally it has oxidation number of 0
but when it react with other element it has an oxidation number of -1
Answer:
b. potassium.
Explanation:
Potassium-sparing diuretics and salt substitutes are diuretics that eliminate salt and water but save potassium. They act by inhibiting the conducting sodium channels in the collecting tubule, such as amiloride and triamterene, or by blocking aldosterone, such as spironolactone.
Concomitant use of potassium-sparing diuretics together with salt substitutes may result in dangerously high blood levels of serum potassium. For this reason, it is important to consult a physician before taking these substances at the same time to avoid potential problems with potassium accumulation.