31) Give the output of the following:
#include<iostream.h>
Void main()
Int x;
for( x=1; x<=20; x+=5)
cout<<x<<endl;
Answers
Answered by
8
Answer:
31) Give the output of the following:
#include<iostream.h>
Void main()
Int x;
for( x=1; x<=20; x+=5)
cout<<x<<endl;
Similar questions
Science,
1 month ago
Biology,
2 months ago
Social Sciences,
2 months ago
Math,
9 months ago
World Languages,
9 months ago
Music,
9 months ago