subject

In this unit, you learned about floor division, which is an operation in Python that divides two numbers and then rounds the answer down to the nearest whole number. What are some situations where floor division might be useful? What are some situations where you would not want to use floor division?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 11:20
Print "censored" if userinput contains the word "darn", else print userinput. end with newline. ex: if userinput is "that darn cat.", then output is: censoredex: if userinput is "dang, that was scary! ", then output is: dang, that was scary! note: if the submitted code has an out-of-range access, the system will stop running the code after a few seconds, and report "program end never reached." the system doesn't print the test case that caused the reported message.#include #include using namespace std; int main() {string userinput; getline(cin, userinput); int ispresent = userinput.find("darn"); if (ispresent > 0){cout < < "censored" < < endl; /* your solution goes here */return 0; }
Answers: 3
question
Computers and Technology, 25.06.2019 01:00
Why is outfitting a workplace with video games in a technology development company consiered a strategic use of money
Answers: 1
question
Computers and Technology, 25.06.2019 05:30
You are asked to calculate an object's velocity, in order to do so you must know the object's a. direction and speed. b. distance and time. c. speed and distance. d. direction and distance.
Answers: 1
question
Computers and Technology, 25.06.2019 11:30
Janet has created an original musical composition, recorded it on a cd and registered her work online. which law will protect her work from any kind of infringement? a. copyright b. trademark c. patent d. trade secret
Answers: 2
You know the right answer?
In this unit, you learned about floor division, which is an operation in Python that divides two num...
Questions
question
Mathematics, 20.09.2021 16:00
question
History, 20.09.2021 16:00
question
Mathematics, 20.09.2021 16:00
question
Mathematics, 20.09.2021 16:00
question
Mathematics, 20.09.2021 16:00
question
Mathematics, 20.09.2021 16:00
Questions on the website: 13722367