Computer Science, asked by felixbaka123, 1 month ago

output of for(i=5;I>1;i--)
{
document.write(i+" ")
}​

Answers

Answered by brainlistpro
1

Output is as following :

5

4

3

2

Similar questions