Hi
Acetylene and propane
I hope this help you!
Answer:
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main() {
string name[5];
int age[5];
int i,j;
for ( i = 0; i<=4; i++ ) {
cout << "Please enter student's name:";
cin >> name[i];
cout << "Please enter student's age:";
cin >> age[i];
}
for (i=0;i<=4;i++){
cout<<"Age of "<< name[i]<<" is "<<age[i]<<endl;
}
}
Output of above program is displayed in figure attached.
Answer:
#Initialise a tuple
team_names = ('Rockets','Raptors','Warriors','Celtics')
print(team_names[0])
print(team_names[1])
print(team_names[2])
print(team_names[3])
Explanation:
The Python code illustrates or printed out the tuple team names at the end of a season.
The code displayed is a function that will display these teams as an output from the program.
Answer: Homelessness, Drug addiction, Mental Illness, Climate change.
Explanation:
Society would rather be ignorant to/ ignore all of these realities so they do not have to stop specific behaviors or actually acknowledge other people and help. Sometimes people are so stressed out about their own lives, they can not bare another persons issues. People are ignorant to climate change because correcting it requires massive changes and society is selfish and unwilling to change.
They all share the way that they are fundamentally designed: if they are quite complex, they will share the same basic logic foundations, like the way that the programming languages work. They also all share the method of construction and common and fundamental electronic components, like resistors, capacitors and transistors. As we humans design them, they make logical sense to at least someone, and probably only discounting the internet, you can probably draw logic diagrams and whatever to represent how they work.
Because they are designed by Humans, in a way they all mimic how our brains and society work. Also, as yet there are no truly intelligent technological systems, and are only able to react to a situation how they have been programmed to do so.