Computer Science, asked by svicky9666, 8 months ago

if input from the user(for read N) is 6,the output of the following algorithm will be​

Attachments:

Answers

Answered by pathakpranav2205
13

Answer:

720

Explanation:

out put would be  720

1 < 6

i = 1 + 1 = 2

=> X = 1 * 2 = 2

next

2 < 6

i = 2 + 1 = 3

=>X = 2 * 3 = 6

ans so on till i < 6

2 * 3 * 4 * 5 * 6

= 720

Answered by Maheswaran5
0

Answer:50

Explanation:

Similar questions