Computer Science, asked by bhindergurpreetsingh, 6 months ago

In logical AND 1and0 is equals to what in java​

Answers

Answered by upfire053
0

Answer:

The programs we’ve seen in previous chapters do pretty much the same thing every time, regardless of the input. For more complex computations, programs usually react to the inputs, check for certain conditions, and generate appropriate results. This chapter presents the features you need for programs to make decisions: a new data type called boolean, operators for expressing logic, and if statements

Similar questions