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
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
0
Explanation:
bdddddddfffddffdfffffffff
Similar questions