Answer:
b=0
c=0
lol=list()
while True:
salary=input("Enter your salary: ")
if salary=="e" or salary=="E":
print("Thankyou!!")
break
else:
a=int(salary)
if a>=300000 and a<=400000:
c=c+1
if a<0 or a>400000:
print("Your salary is either too small or too big ")
if a>0 and a<=400000:
a=a-(25/100*a)-(5/100*a)-(2/100*a)
lol.append(a)
b=b+1
if a>=300000:
c=c+1
print(lol)
print("The number of salaries entered is: "+ str(b))
print("The number of salaries that exceeded 300000 is: "+str(c))
Answer:that creates the array, puts some values in it, and displays the values. ... assign a value to each array element and print for (int i = 0; i < anArray.length; i++) ... Array; Array Initializers; Accessing an Array Element; Getting the Size of an Array ... not create an array and does not allocate any memory to contain array elements.
Explanation:
The used to set up printing in an organisation are as follows;
- Connecting directly to the printer
- setting up a print server
- using a cloud service to set up printers.
<h3>Method for printing in organisation.</h3>
There are different method for setting up printing in an organisation.
They include the following;
- Connecting directly to the printer : directly connecting a printer; From small to large organizations, you have lots of ways to set up a printer.
- setting up a print server
- using a cloud service to set up printers. There are numerous cloud service that could render this service like goggle.
learn more on printing here: brainly.com/question/14668983
#SPJ11