Answer:
count_p = 0
count_n = 0
total = 0
while True:
number = int(input("Enter an integer, the input ends if it is 0: "))
if number == 0:
break
else:
total += number
if number > 0:
count_p += 1
elif number < 0:
count_n += 1
print("The number of positives is: " + str(count_p))
print("The number of negatives is: " + str(count_n))
print("The total is: " + str(total))
print("The average is: " + str(total / (count_p + count_n)))
Explanation:
Initialize the variables, count_p represens the number of positives, count_n represents the number of negatives, and total represents the total of the numbers
Create a while loop iterates until the user enters 0. If the number is not 0, then add it to the total. If the number is greater than 0, increase count_p by 1. If the number is smaller than 0, increase count_n by 1.
When the loop is done, print the count_p, count_n, total, and average
The two places you can control tab settings are the ruler and in the dialog box.
<h3>What are setting tabs?</h3>
The Ctrl + Tab is one that is often referred to as Control Tab and C-tab or the Ctrl+Tab.
It is known to be a keyboard shortcut that is said to be most often used to chose between open tabs in a browser.
Note that the settings Tabs are said to be a kind of paragraph-formatting tool that is often used to align text.
Hence, The two places you can control tab settings are the ruler and in the dialog box.
Learn more about control tab settings from
brainly.com/question/11509892
#SPJ1
See full question below
Where can’t you control tab settings? Check all the apply
On a ruler
In a dialog box
In the mini toolbar
In the paste special options
I would think Microsoft Word would be the answer. It does everything a typewriter can.
Answer:
B. assistant director
Explanation:
Filmmaking can be defined as the art or process of directing and producing a movie for viewing in cinemas or television. The process of making a movie comprises of five (5) distinct phases and these are;
1. Development.
2. Pre-production.
3. Production.
4. Post-production.
5. Distribution.
An assistant director can be defined as an individual who is primarily saddled with the responsibility of reviewing and making script-breakdown, making daily call sheets of the crew, arranging logistics, and tracking the film production schedule. Also, an assistant director normally functions in the pre-production process of a movie and are expected to work closely with the director and other crew members, so as to understand their requirements or needs.
Hence, an assistant director is a specific job that usually includes the important pre-production step of making the script breakdown.
Answer:Have a good dayyyyy
Explanation: can i be brainliest pls pls