write a for loop that displays the numbers from 51 to 60.
Please give answer in ur own words
Answers
Answered by
19
n=60
for(i=51; i<=n; i++)
{
cout<<i;
cout<<"\n"
}
return0;
Answered by
4
Answer
Explanation:for a in range (51, 61) :
If a%2==0:
Print (a, "even")
Similar questions
Social Sciences,
6 months ago
Math,
6 months ago
Computer Science,
6 months ago
Business Studies,
1 year ago
English,
1 year ago
French,
1 year ago