Answer:
Compute the number of gold atoms per cubic centimeter = 9.052 x 10^21 atoms/cm3
Explanation:
The step by step and appropriate substitution is as shown in the attachment.
From number of moles = Concentration x volume
number of moles = number of particles/ Avogadro's number
Volume = mass/density, the appropriate derivation to get the number of moles of atoms
Answer:
See explaination
Explanation:
#include <iostream>
#include<string.h>
using namespace std;
bool isPalindrome(string str, int lower, int upper){
if(str.length() == 0 || lower>=upper){
return true;
}
else{
if(str.at(lower) == str.at(upper)){
return isPalindrome(str,lower+1,upper-1);
}
else{
return false;
}
}
}
int main(){
string input;
cout<<"Enter string: ";
cin>>input;
if(isPalindrome(input,0,input.length()-1)){
cout<<input<<" is a palindrome"<<endl;
}
else{
cout<<input<<" is NOT a palindrome"<<endl;
}
return 0;
}
Answer:
Explanation:
The pictures below shows the whole explanation for the problem
A type of shoot in which continuous lighting used is: 1) studio.
<h3>What is a photoshoot?</h3>
A photoshoot simply refers to a photography session which typically involves the use of digital media equipment such as a camera, to take series of pictures (photographs) of models, group, things or places, etc., especially by a professional photographer.
<h3>The types of shoot.</h3>
Basically, there are four main type of shoot and these include the following:
In photography, a type of shoot in which continuous lighting used is studio because it enhances the photographs.
Read more on photography here: brainly.com/question/24582274
#SPJ1
Answer: Let us use the pickled file - DeckOfCardsList.dat.
Explanation: So that our possible outcome becomes
7♥, A♦, Q♠, 4♣, 8♠, 8♥, K♠, 2♦, 10♦, 9♦, K♥, Q♦, Q♣
HPC (High Point Count) = 16