subject

Big points, me programming lads
will mark you as big brain boi

edhesive 2.3 q1: write a program that prompts the user to input two numbers, a numerator and a divisor. your program should then divide the numerator by the divisor, and display the quotient and remainder.

my program: x = float(input("input an integer: "))

y = float(input("input an integer: "))

print (x / y)

print (x % y)

i've tried using the extra slash, ints instead of floats, but it keeps marking it wrong.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:30
You are almost finished updating a web site. as part of the update, you have converted all pages from html 4.0 to html5. the project is currently on schedule. however, your project manager has been asked by the marketing team manager to justify a day of time spent validating the site's html5 pages. the marketing team manager does not have technical knowledge of the internet or the web. which is the most appropriate explanation to provide to the marketing team manager?
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
Perform the following tasks: a. create a class named testclass that holds a single private integer field and a public constructor. the only statement in the constructor is one that displays the message “constructing”. write a main()function that instantiates one object of the testclass. save the file as testclass.cpp in the chapter 08 folder. run the program and observe the results. b. write another main()function that instantiates an array of 10 testclass objects. save the file as test class array.c . run this program and observe the results.
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. what does it indicate when a website displays https instead of http? a. the website is secure. b. there is no secure sockets layer. c. the secure sockets layer is hidden. d. the website is not secure.
Answers: 1
question
Computers and Technology, 24.06.2019 04:30
Fall protection, confined space entry procedures, controlled noise levels, and protection from chemical hazards are some of the things that contribute to a safe and
Answers: 1
You know the right answer?
Big points, me programming lads
will mark you as big brain boi

edhesive 2.3 q1: w...
Questions
question
Computers and Technology, 05.12.2019 19:31
question
Arts, 05.12.2019 19:31