Answer:
apple
you get a lot of information about the technology you paid for.
if this was not helpful comment and I’ll fix it!
Answer:
- def ending_time(hour, minutes, seconds, work_time):
- if((seconds + work_time) // 60 > 0):
- minutes = minutes + (seconds + work_time) // 60
- seconds = (seconds + work_time) % 60
-
- if(minutes // 60 > 0):
- hour = hour + (minutes // 60)
- minutes = minutes % 60
- else:
- seconds = seconds + work_time
-
- return str(hour) + ":" + str(minutes) + ":" + str(seconds)
-
- print(ending_time(2,30,59, 12000))
Explanation:
The solution code is written in Python 3.
Firstly create a function ending_time that takes the four required input parameters.
Next, create an if statement to check if the numerator of (seconds + work_times) divided by 60 is over zero. If so, increment the minute and reassign the remainder of the seconds to the variable (Line 2-4).
Next, create another if statement again to check if the numerator of (current minutes) divided by 60 is over zero, if so increment the hour and reassign the remainder of the minutes to the variable (Line 6-8)
Otherwise, just simply add the work_time to the current seconds
At last return the time output string (Line 12).
Answer:
Following are the solution to this question:
Explanation:
Please find the complete question in the attachment file.
The binary message is also an XML text SMS, which is used to represent in binary character. It may also flag the binary text as binary, and it can attach the UDH as just the start of its message. In this question, we assume that you can include A and B because there could be no more than 2 choices in such a binary message.
<h2>
Who are your main clients and competitors?</h2><h2>What key information might your users want to see on the home page?</h2>
Explanation:
Here the understood situation is that, the business is expanding so they need to develop a website.
Who are your main clients and competitors?
This is essential to understand the expectation of the client.
What key information might your users want to see on the home page?
Here the content of the web page is more important for any website.
Reason given to Invalid options:
The client does not know technical terms. So, the questions like which language should be used to develop the site or inquiring about the font and background goes void. The user may not have visited much websites too.
Answer:
bruh please join back im a new fnaf fandom and i need some help to understand what that is
Explanation: