I believe it is the first one, i did some research for this question
Answer:
I think is None of this ,
Answer: i think 1, 3, and 4
Explanation:
Answer:
The core difference between the two jobs is that software developers are the creative force that deals with design and program implementation, while software engineers use the principles of engineering to build computer programs and applications.
Explanation:
Python:
sentence = “this is the sentence.”
size = len(sentence)
C++:
string sentence = “this is the sentence.”
int size = sentence.size()
* Remember strings are just arrays of characters.