Answer:
First blank: producer
Second blank: Hairdressers
Answer: A) Who will use the database?
You view a portion of a document on the screen through a C. Document window
- Mabel <3
Answer:
Shows the programming checking if num1 is greater than num2
Explanation:
So num1 and num2 are inputs
for you to code this you would need to put
num1=int(input("What is your first number? ))
and the same for num2 except change num1 for num 2 and first for second
When the input is completed, the computer will check if num 1 is greater than num2
it will do this by using a code something like:
if num1>num2:
Print("Your first input was greater than your second")
But in this example if it greater it just ends
But if it was less than you would put
if num1>num2:
Print("Your first input was greater than your second")
elif num1<num2:
Print("Your first input is less than your second")
So basically this code shows the computer checking if one number is greater than the other or not
Navigation items are used for moving from one part of the part to a destination using actions and also for passing information. The right option is <em>C. In the navigation menu and the first four items of the </em><em>navigation bar</em><em>, when users are in the app </em>
<em />
There are different methods/ways to implement the Navigation component in a mobile application, we have the following type of Navigation Implementation
- Bottom Navigation
- Drawer Navigation(Slides from Left to right)
- Top Navigation
Learn more about Navigation here:
brainly.com/question/8908486