subject

Create a function called either-zero? that takes two parameters and returns true if one of the parameters is zero or false if neither are zero > (either-zero? 1 0) #t > (either-zero? 1 1) #f Part B: Create a function called same-sign? it should take two parameters. It should return #t if both are positive or both are negative and false if they are not. > (same-sign? -1 1) #f > (same-sign? -1 -1) #t

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:00
What are the most likely causes of conflict at the meeting? check all that apply.
Answers: 1
question
Computers and Technology, 23.06.2019 04:31
Selling a product through an electronic medium is
Answers: 1
question
Computers and Technology, 23.06.2019 21:00
Will this setup result in what kathy wants to print?
Answers: 2
question
Computers and Technology, 24.06.2019 06:00
Hey i really need some solving this problem: 1. encrypt this binary string into cipher text: 110000. include in your answer the formula the decoder would use to decrypt your cipher text in the format (coded answer) x n mod (m) = y & 2. decrypt this cipher text into a binary string: 106 you.
Answers: 2
You know the right answer?
Create a function called either-zero? that takes two parameters and returns true if one of the param...
Questions
question
Mathematics, 28.07.2021 03:20
question
Mathematics, 28.07.2021 03:30
Questions on the website: 13722362