Answer:
myString = input("Please enter a string")
wordList = myString.split()
numofWords = len(wordList)
print('The number of words in {} is {}'.format(myString, numofWords))
Explanation:
Since the suggestion to use a boolean variable flag is not compulsory, I have implemented it in another way.
Using python programming language, the input function is used to prompt the user to enter a string which is saved in a variable myString.
The string entered is converted into a list of all the words by spliting at the blank spaces and saved in the variable wordList
Next we count the number of words by obtaining the len of the list and output to the user
The advice is that she should not give up and that she should relax, and think of the time she comprehend more and then start to read. Another is to hire a private tutor to help or put her through.
<h3>What does a private tutor do?</h3>
A private tutor is known to be a person who is a specialist that has been trained in helping students known more and take in the concepts and details of any given course work.
Therefore, The advice is that she should not give up and that she should relax, and think of the time she comprehend more and then start to read. Another is to hire a private tutor to help or put her through and she will pass her exams in flying colors.
Learn more about private tutor from
brainly.com/question/6950210
#SPJ1
<span>A large organization minimum at-least 2 DNS servers are needed. DNS servers are each internet domain in need. and Multiple server farms distribute the DNS Server. One of the DNS Server is must in separate location. install DNS server on all domain controller. DNS server on every domain controller is must.</span>
Answer:
nslookup ifconfig.
Explanation:
The nslookup is used a number of times by network admins to troubleshoot DNS related problems. In addition, this command finds IP addresses and name servers of hosts. This utility command queries the DNS database tables from every host in a network. It then determines the host name and issues an IP. It sort of converts your domain name into an IP addresses. This command combined with ifconfig finds the correct DNS servers and assigns the correct DNS server IP.