Answer:
1) bob behnken and doug hurley
2)yes
3) august
word = whatever value you want.
if "mold" in word:
print("Mold is in the variable word.")
else:
print("Mold is not in the variable word.")
Answer:
C++.
Explanation:
#include <iostream.h>
void main(int argc,char* arg[]) {
// Arrays
int x[100];
int y[50];
int z[50];
////////////////////////////////////////////////////////////////////////////
int count = 0;
for (int i = 0; i < 100; i+=2) {
z[count] = x[i] * y[count];
count++;
}
for (int i =0; i < 5; i++) {
cout<<z[i]<<endl;
}
getche();
}
Answer:
ICONTEC is the national standards body, and is an active member of the most important international and regional standards bodies. This allows the Institute to participate in the definition and development of regional and international standards in order to be in the vanguard of information and technology.
References from Internet