Knowee
Questions
Features
Study Tools

the above code is not working for the input s = "111" and t = "010". It is giving NO instead of YES

Question

the above code is not working for the input s = "111" and t = "010". It is giving NO instead of YES

🧐 Not the exact question you are looking for?Go ask a question

Solution

I'm sorry, but you haven't provided any code or context for me to analyze. Could you please provide the code you're referring to?

Similar Questions

You are given an integer , you have to convert it into a string.Please complete the partially completed code in the editor. If your code successfully converts into a string the code will print "Good job". Otherwise it will print "Wrong answer". can range between to inclusive.Sample Input 0100Sample Output 0Good job

Wrong Answer. !!!Possibly your code does not work correctly for multiple test-cases (TCs).The first test case where your code failed:For Input: 53 5 6 9 102 5 8 7 9Your Code's output is: 0It's Correct output is: 1Output Difference01

Recall that you had converted the response variable from Yes/No to 1/0 using find and replace. Which of the following functions can be used to convert Yes and No to 1 and 0, respectively?

Fill in the missing parts of this script. The number entered must be between 1 and 49 inclusive in order to be accepted.

Logical FunctionsRecall that you had converted the response variable from Yes/No to 1/0 using find and replace. Which of the following functions can be used to convert Yes and No to 1 and 0 respectively? Mark all that apply.  IF(response = "Y", 1, 0)IF(response = "Y", 0, 1)IF(response = "N", 1, 0)IF(response = "N", 0, 1)

1/2

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.