I thing is going project experiment everyone make plans and
Answer:
#program in python.
#variables
slice_area=14.125
pi=3.14159
#read diameter
d=int(input("Enter diameter of pizza:"))
#area of pizza
area=pi*(d/2)*(d/2)
#number of slice
no_slice=int(area/slice_area)
#print slice
print("total silce are:",no_slice)
Explanation:
Declare and initialize a variable "slice_area" with 14.125 which is the area of a pizza slice.Initialize a variable "pi" with 3.14159.Then read the diameter of pizza.Find the area of pizza as "area=pi *d/2*d/2".Divide the total area with area of pizza slice.This will be the number of slice.
Output:
Enter diameter of pizza:20
total silce are: 22
<h2>password method</h2>
Explanation:
Rootkit virus is one type of virus which is hidden about its existence and tries to affect the maximum number of system.
Password method: This is a graphical method to identify the text hidden in the signature and confirming that it is not a robot or any other system to protect the system from hacking. This would be really hard-to-read and thus ensures safety.
Antivirus software: This is a system to protect the system, when the virus tries to attack the system. An indication will be given through the software to the user.
Answer:
name
Explanation:
name =
is an assignment to the variable called 'name'.