Answer:
IN PYTHON ::
x=int(input('Enter length:'))
y=int(input('Enter width:'))
print('Area of the rectangle is', x*y,'squared units')
I hope it will be useful.
Answer:
B.O(1)
Explanation:
When we are implementing ADT stack using linked chain we can pop an entry from the stack having O(1) time complexity because in linked chain we have the head or top pointer in linked chain only.Popping and pushing in stack happens on only one end that is top.So we have move to move top in linked chain to the next and delete prev node.
Answer:
C. Blinking vertical line on your screen
Explanation:
A cursor is tha blinking vertical line on your screen.
The correct way to observe and create something
Answer:
Option (a)
Explanation:
It is true that managers takes some interviews and some tests which include questions which are able to identify the capabilities of the employee. Their field of expertise can be known by these tests which helps in which project they should put under where their skills will bloom and they can be more efficient. It helps manager to know if the employee is the best fit for their company or not.