write a program to print all the odd numbers between 50to 100
Answers
Answered by
1
51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99
this is your answer
Answered by
1
main ()
{
int x , int a ;
for ( x= 50; x <= 100; x++)
{
a = x/2 - 1 ;
cout <<"a" ;
getch {}
Try this.. I'm not 100% sure
Similar questions
English,
6 months ago
World Languages,
6 months ago
Math,
11 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago