Answer:
From what I know it's a seris of web puzzles dating a few years back. The creators were looking for really smart people to work in their organizations as coders
Answer:
message = "i hate cheese and"
message += " fries"
print(message)
Explanation:
Whenever you do string concatenation, which is just combining strings, it doesn't put a space in between the items you're joining together, it does exactly what you tell it to do, so to add a space between the two pieces of text you would have to do the following:
```
message = "i hate cheese and"
message += " fries"
print(message)
```
Don't copy the ```, I just put that to indicate anything in between is code
Anyways notice the space I put before fries? That should also add a space in the message so there is a space between "and" and "fries"
Answer:
cience
Explanation:
From the question, the string variable str was initialized to "Computer Science:
str.substring(10) implies that we get a substring starting from the character at the 10th index till the last index
In this case, the 10th index character is c
So, the instruction will return cience
Answer:
When entering a formula into a cell, you begin with an equal sign
Functions and formulas are calculations a spreadsheet program applies to data.
Functions are preset calculations within spreadsheet software.
Formulas are user-entered calculations that may contain cell references, numerical values, and preset calculations.
Explanation:
I did the assignment on Edge 2020.
Answer:
i think its D, laser printer
Explanation: