Answer:
The solution code is written in Python 3
- firstStr = input("Enter first string: ")
- secondStr = input("Enter second string: ")
-
- if(firstStr < secondStr):
- print("The first string comes first alphabetically.")
- elif(firstStr > secondStr):
- print("The second string comes first alphabetically.")
- else:
- print("The first and second string are same")
Explanation:
Firstly, prompt the user to input two strings (Line 1 - 2).
Next create if else if statement to check if the firstStr is less than, greater than or equal to the secondStr and then print the appropriate message accordingly (Line 4- 9). For example, the program display message "The first string comes first alphabetically." if it find the firstStr is less than secondStr.
Answer:
test the installed cable
Explanation:
Based on the information provided within the question it can be said that the next step that Amy should take would be to test the installed cable. One of the most performed tests is called an Insertion Loss test. This is done with light source and power meter (LSPM) or optical loss test set, and tests to make sure that the information is travelling through the cable correctly and that no loss occurs in transit.
Answer: It depends on the question
Explanation:
False. I just tried it to make sure.