Answer:
if the number of elements in the array are equal to the size of the array then return -1.
Explanation:
We are implementing stack using array.Stack is a LIFO(Last In First Out) type data structure.Insertion and deletion is from one end only.
So while push operation or inserting elements in the stack using array we have to check that the capacity of array is not reached.If reached then no element can be inserted in the stack.If not then we can insert element in the stack.
RT1 will send an ARP answer with its own particular Fa0/0 MAC address.When a system gadget needs to speak with a gadget on another system, it communicates an ARP ask for requesting the default portal MAC address. The default portal (RT1) unicasts an ARP answer with the Fa0/0 MAC address.
Answer:
n = int(input("How many numbers do you need to check? "))
odd = 0
even = 0
for i in range(1,n+1):
num = int(input("Enter Number: "))
if num%2 == 0:
print(str(num)+" is an even number")
even = even + 1
else:
print(str(num)+" is an odd number")
odd = odd + 1
print("You entered "+str(even)+" even number(s).")
print("You entered "+str(odd)+" odd number(s).")
in 1990, when computer scientist Tim Berners-Lee invented the World Wide Web.
It should be in your extensions where the 3 little dots are look for extensions then look thru them if you have a chromebook you call look thru all the apps in a litte circle on the very bottom lefthand side