17.7k views
4 votes
write a line of java code that will declare a boolean variable named value that is initialized to the value false.

User Anubis
by
7.9k points

1 Answer

4 votes

Answer:

boolean value = false;

User Radys
by
7.9k points