word1 = input("Enter a word: ")
word2 = input("Enter a word: ")
print(word1 + " " + word2)
I hope this helps!
Hello, since you did not specify a programming language, I wrote this algorithm in C++. Good luck!
<h2>
Code:</h2>
#include <iostream>
#include <vector>
std::vector<int> v;
int main(int argc, char* argv[]) {
while(1) {
int temp;
std::cout << "\nEnter a number: ";std::cin>>temp;
if(temp<0) {
std::cout << "\nEven number(s) is/are:\n---------------------\n";
for(int i=0;i<v.size();i++) {
if(v.at(i)%2==0) std::cout << v[i] << " ";
else continue;
}
std::cout << std::endl;
break;
}else {
v.push_back(temp);
}
}
return 0;
}
Hi I hope this helps. The answer is host.
As far as humans are concerned. What's written in the programming language needs to interpreted or compiled into something that the machine can actually deal with.
Answer:
fair enough, but did you know potatoes can produce about 1 volts of energy? Pretty wacky stuff