Question: 9

What is printed by the following program?

var isRaining = false;
var isCloudy = false;
var isSunny = !isRaining && !isCloudy;

var isSummer = false;
var isWarm = isSunny || isSummer;

println("Is it warm: " + isWarm);
JavaScript

Is it warm: true
JavaScript

Is it warm: false
JavaScript

Has a syntax error
JavaScript

Is it warm: + isWarm

1 answer

Is it warm: false
Similar Questions
  1. QuestionUse the sentences to answer the question. A Buddhist book called The Diamond Sutra, printed around 868 C.E., is the
    1. answers icon 1 answer
  2. QuestionUse the sentences to answer the question. A Buddhist book called The Diamond Sutra, printed around 868 C.E., is the
    1. answers icon 1 answer
    1. answers icon 2 answers
    1. answers icon 1 answer
more similar questions