output of for(i=5;I>1;i--)
{
document.write(i+" ")
}
Answers
Answered by
1
Output is as following :
5
4
3
2
Similar questions