Computer Science, asked by sankaruma1704, 6 months ago

function f (input: Boolean) {
let a = 100;
if (input) {
let b = a + 1;
return b;
return b;
Undefined
101
Compilation error for a
Compilation error for b​

Answers

Answered by Tonks
0

Answer:

Acc to java,

it should be int a=100; and int b=a+1;

Hope that helps,mark me as brainliest

Answered by sivasankarreddynalla
0

Explanation:

bdddddddfffddffdfffffffff

Similar questions