Answer:
1.)
def two(a, b) :
print(a+b)
print(a*b)
2.)
a = int(input('enter an integer values '))
b = int(input('Enter another integer value' ))
print(a+b)
print(a*b)
3.)
Take side of a square from user and print area and perimeter of it.
def square(a):
area = a**2
perimeter = 4*a
print(area, perimeter)
Explanation:
Code written in python :
The first function named two, takes to arguments a and b ;
The sum of integers a and b is taken and displayed using ; print(a+b)
The product of integers a and b is taken and displayed using ; print(a*b)
2.)
User can enter an input and converted to an integer value using the command ;
int(input()) ; the sum and product of these values are displayed using :
print(a*b) and print(a+b)
The Area and perimeter of a square requires the side length, which is taken as the argument a in the square function defined.
Area of square = a² = a**2
Perimeter = 4 * a
<span>If we experience database corruption, one thing we should do before performing a restore operation</span><span> is to backup the transaction log tail.</span>
Answer:
This
Explanation:
is veryhard plz please someone answer
Answer: Work folders
Explanation: Work folders are used in the manner of bring your own device(BYOD) for the accessing the work files on computer system, operating devices and other such tools. It stores the files and it's data for management ,organizing and controlling them by file servers that are centrally managed known as sync share .
Work folder also maintain the security by encryption method , passwords etc. These files can be accessed from anywhere even in offline mode by the official of the company.Thus as per the requirement mentioned in the question work folder should be deployed .
Answer:
85
Explanation:
0 + 64 + 0 + 16 + 0 + 4 + 0 + 1 = 85