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.
Okay u have to use my teqnieq and search it up because i said so and it wil get u the right answer
ATX
microATX (smaller version of ATX)
mini-ITX (smaller version of microATX)
Answer:
DISKPART
Explanation:
type diskpart command at command prompt and allow access to this command to access your disk info. it will give the available disk space on all partions
Wireless Networks sends signals via airwaves and usually does not need cables.
<h3>What is Wireless Networks?</h3>
A wireless network exists as a computer network that utilizes wireless data connections between network nodes. Wireless networking is a process by which homes, telecommunications networks, and business installations. A wireless network guides a computer network that creates use of Radio Frequency (RF) connections between nodes in the network. Wireless networks exist as a popular solution for homes, businesses, and telecommunications networks.
Wireless networks operate utilizing Radio Frequency (RF) technology, a frequency associated with radio wave propagation within the electromagnetic spectrum. An electromagnetic field exists generated when an RF current is supplied to an antenna that can then spread through space.
There exist three different kinds of wireless networks – WAN, LAN, and PAN: Wireless Wide Area Networks (WWAN): WWANs are created via the use of mobile phone signals typically provided and sustained by specific mobile phone (cellular) service providers.
Hence, Wireless Networks sends signals via airwaves and usually does not need cables.
To learn more about Wireless Networks refer to:
brainly.com/question/26956118
#SPJ4