Find the output
for(i=10; i>=5; i--)
{
if(i%2==1)
{
System.out.print(i);
}
}
Answers
Answered by
19
Given Program:
for(i=10; i>=5; i--)
{
if(i%2==1)
{
System.out.print(i);
}
}
Output:
975
Similar questions
Physics,
1 month ago
Science,
1 month ago
CBSE BOARD X,
1 month ago
Science,
2 months ago
English,
8 months ago
Biology,
8 months ago
Social Sciences,
8 months ago