in Technology by

Which statement will return the value false?
a)var result = 20 < 50;
b)var result = 30 >= 30;
c)var result = (20 === "20") && (50 < 30);



 

1 Answer

0 votes
by

Answer:-var result = (20 === "20") && (50 < 30);

Related questions

0 votes
    Which statement will return the value false? 1. var result = 20 < 50; 2. var result = 30 >= 30; 3. var result = (20 === "20") && (50 < 30);...
asked Feb 23, 2021 in Technology by JackTerrance
0 votes
0 votes
    A consistency model used in distributed computing to achievehigh availability that informally guarantees that, if no ... )A Strong Consistency model (2)Eventually Consistent model...
asked Apr 21, 2021 in Technology by JackTerrance
0 votes
    Which of these data type can be used for a method having a return statement in it? (a) void (b ... programming questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    I want to load Google fonts in the head-section of my page using a php-function. My -area ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 1, 2022 in Education by JackTerrance
0 votes
    I want to load Google fonts in the head-section of my page using a php-function. My -area ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 30, 2022 in Education by JackTerrance
0 votes
    I want to load Google fonts in the head-section of my page using a php-function. My -area ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 25, 2022 in Education by JackTerrance
0 votes
    I want to load Google fonts in the head-section of my page using a php-function. My -area ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 16, 2022 in Education by JackTerrance
0 votes
    Is it possible to add the numbers 1 to n recursively in Java with one return statement? How would ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    Is it possible to add the numbers 1 to n recursively in Java with one return statement? How would ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    Is it possible to add the numbers 1 to n recursively in Java with one return statement? How would ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    I have been using java for awhile now, there is a question bothering me. Whenever I use the return statement for ... return value; } } Select the correct answer from above options...
asked Jan 23, 2022 in Education by JackTerrance
0 votes
    What is the purpose of a return statement in a function? (a) Returns the value and continues executing ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    I have a function that returns False and True based on conditions defined in the function below: def find_trend(data ... False 29 True Select the correct answer from above options...
asked Jan 17, 2022 in Education by JackTerrance
0 votes
    Is it possible that a function have more than one return statements? ,1.true,2.false Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
...