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
    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
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
0 votes
    When does the defineContentAttribute() method return a false? (a) Data stored in different table (b) Data ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 21, 2021 in Education 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 26, 2021 in Education by JackTerrance
0 votes
    Which of the following methods return the value as a double? (a) doubleValue() (b) converDouble() ... programming questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    Which of the following methods Byte wrapper return the value as a double? (a) doubleValue() (b) ... programming questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    Which method receives the return value of setInterval() to cancel future invocations? (a) clearInvocation() ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
0 votes
    What is true about functions : I) Functions are objects II) Can be assigned to a variable III) Can be anonymous IV) Return value type has ... , III 3. I, II, III, IV 4. I, II, IV...
asked Feb 25, 2021 in Technology by JackTerrance
0 votes
    What is the return value of malloc (0)?...
asked Jan 23, 2021 in Technology by JackTerrance
0 votes
    What is the return value of malloc (0)?...
asked Jan 22, 2021 in Technology by JackTerrance
+1 vote
    What it the return value of a relational operator if it returns any in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
...