Learn To Be brings free online tutoring students around the United States. Volunteer and gain community service hours while helping students who need it./p>

Quiz: Variable Expressions

In this program, the value of b is dependent upon the value of a and the value of c is dependent upon the value of b. The println() statement prints the result of the expression that is passed to it:
var a = 25;
var b = a / 5;
var c = b + 30;
println(b + c);
What will the above program print?
Choose 1 answer:
Choose 1 answer: