Answer:
// program in Python to check perfect number
#function to find number is perfect or not
def is_Perfect_Number(n):
#total variable
tot = 1
i = 2
#sum of all divisor of number
while i*i<=n:
if n%i==0:
tot = tot + i + n/i
if tot == n and n != 1:
return 1
i = i+1
return 0
#read until user enter a perfect number
while True:
#read integer
num = int(input("Input an integer: "))
#call the function
if(is_Perfect_Number(num)):
print(num,"is perfect number")
#if perfect number break
break
else:
print(num,"is not a perfect number")
#ask again
print("try again.")
Explanation:
Read number from user and then call the function is_Perfect_Number() with parameter "num".This will find the sum of all divisor of number.If sum is equal to number then it will return 1 else return 0.If the number is not perfect then it will again ask to enter a number until user enter a perfect number.
Output:
Input an integer: 24
24 is not a perfect number
try again.
Input an integer: 28
28 is perfect number
Antivirus software, or anti-virus software, also known as anti-malware, is a computer program used to prevent, detect, and remove malware. Antivirus software was originally developed to detect and remove computer viruses, hence the name.
She should use a condition-controlled loop. Because it uses a True/False and it will not continue until the task is done
Answer:
Resource management is the system level transmission cellular networks and wireless communication.
Explanation:
Wireless communication is the process to continue to the address for faster response time,to the resource management.
Transmission is the provided by that more utilization and wireless resources available,and to discovered data.
Wireless communication system to demand the larger bandwidth and transmission using development to the system.
Wireless communication resources management the larger bandwidth and reliable transmission consumed all the system layer.
Resource management techniques tool are used in a preliminary concepts or mathematical tools,and average limited power battery.
Resource management are they necessary mathematical and fundamental tools are used in wireless communication.
Wireless communication in the provide that wireless industry in a wireless communication.
Microsoft word? That’s the standard program used but I don’t know if there are special resume programs you learned about.