Answer:
Following are the program in the Python Programming Language.
#set the infinite while loop
while(True):
#get string input from the user
name=input()
#get integer input from the user
num=int(input())
#set the if statement to break the loop
if(num==0):
break
#otherwise, print the following output
else:
print("Eating {} {} a day keeps the doctor away.".format(num, name))
<u>Output</u>:
oranges
5
Eating 5 oranges a day keeps the doctor away.
apple
0
Explanation:
<u>Following are the description of the program</u>:
- Set the loop that iterates at infinite times and inside the loop.
- Declare two variables which are 'name' that get string type input from the user and 'num' that get integer type input from the user.
- Set the if conditional statement for break the infinite while loop.
- Otherwise, it prints the following output.
Presentation software is probably his best option. It would allow him to present visual and audio supplements to his audience.
The answer is creates methods of moving files between computers and networks.
The IEFT is an open standard body that defines standard Internet protocols like TCP/IP and promotes and develops these protocols. It consists of a large community of operators, network engineers, and vendors concerned with the evolution of the smooth operation of the internet. When we talk about internet standards, we are talking about areas that have always been a major concern to the IEFT like Application, internet, routing, security, management and operational, and many others.