Hello, I assume you mean

To add 110011+ 1101 we can setup the problem like the following:
110011
+ 1101
-------------
1000000
When we add 1 + 1 this equals 10 so we just carry the 1 and we keep doing that from right to left. Also 1 + 0 = 1
B. Extract all files
In order to access a zipped (compressed) folder you have to extract them. The prompt should say “Extract” not Unzip.
Select all answers except computers, xbox, playstation 5, and mobile!
hope this helps!
Answer:
The output is:
R
M
N
Explanation:
The code snippet print the beginning letter of each word in the given name.
In the for loop snippet:
first the program check if startWord is true and it is true, then it print the value of the character at index 0. Then it check if value of character is empty. If it is empty, startWord is initialized to true else it is initialized to false.
The loop only print a character when the value of i are 0, 8 and 11 which are also the beginning character of a word.