Computer Science, asked by sabbir790, 4 months ago

An example of conditional/selection block

Answers

Answered by harshprasad22
1

Answer:

if (var > 5) {

print(true);

}

else{

print(false)

}

Explanation:

There are many different languages for this and there are many different ways, I randomly chosed, and I think I have mixed up python, cpp and java

Similar questions