Computer Science, asked by ncteharki, 5 months ago

Q.2) What will be the output of the following code?
1. Input a = 3 and b= 4
2. Set result = 1
3. while(b > 0)
4. result = result "a
5. b = b - 1
6. End while loop
7. Print result​

Answers

Answered by derikdarna26
1

Answer:

don't know what you have to get it self esteem issues that was just want

Answered by aditidesh16
0

Answer:

81

Explanation:

At the end b = 0 and a = 3

b = 0

result =27 *3

result = 81

Similar questions