Answer:
Explanation:
Let's just get the answer and then show why the others are wrong.
The answer is C.
The number of reactants and Products need not be the same
C3H8 + 5O2 ===> 3CO2 + 4H2O
The reactants = 1 + 5 = 6
The products = 3 + 4 = 7
So A is incorrect.
================
B is saying that
C3H8 + 5O2 ===> C3H8 + 5O2
The answer is obviously not B
======================
C8H18(l) + O2(g) ==> CO2(g) + H2O(g) unbalanced
Gasoline is a liquid. All the rest are gases. D is wrong.
=================
C is correct
The left side has
3 Cs
8 Hs
and 10 Os
The right side has
3Cs
8Hs
10 Os
Consider the following code segment. String[][] arr = {{"hello,", "hi,", "hey,"}, {"it's", "it is", "it really is"}, {"nice", "g
katrin2010 [14]
"Hi, it is great to get to see you again." would be printed when the code segment is executed.
<h3>The kinds of data type.</h3>
Basically , there are five (5) main recognized data types used in computer programming and these include the following:
- Floating point type (float).
<h3>What is a string?</h3>
A string can be defined as a data type which is commonly used for data values that contain ordered sequences of characters. Also, a string can either contain a single character or be entirely empty.
For instance, "Hello world" is a typical example of a string in computer programming.
Based on the given code segment, "Hi, it is great to get to see you again" would be printed when it is executed by using a compiler.
Read more on a string here: brainly.com/question/25619349
If you don't know pick c and analyze the question