Sorry i donnt speak chinese
Answer:
C) the online catalog.
Explanation:
An online library catalog describes the periodicals, videotapes, and books as it is the electronic bibliographic database. This evolved from the printed source, the library card catalog. Hence, this clarifies that its C. the correct option.
However, LexisNexis is the unit that gives computer-assisted research CALR and business research as well as risk management services. So through this, you can get the legal and journalistic documents.
And the stack or the book stack which is referred to as the library building block is for book storage. And the library of Congress Subject Headings is active since 1898 and holds the catalog materials which are being collected by the Library of Congress, and they do not keep track of periodicals. And the BizMiner is for financial reports.
Hence, the correct answer is the C) the online catalog.
Answer:
def count(userInput, character):
occurrences = 0
for character_in_string in userInput:
if(character == character_in_string):
occurrences += 1
return occurrences
userInput = input("Enter string: ")
character = input("Enter character: ")[0]
print(count(userInput, character))
Explanation:
- Define a count function that takes in the userInput as a string and character parameters.
- Loop through the userInput and check whether selected character is equal to the character found in the string.
- Increase the counter of occurrences by 1 if the condition is true and then return the occurrences.
- Take the userInput and character as input from the user.
- Finally display the results by calling the count function.
A spelling menu appears after right clicking