English, asked by navinsharma963199653, 2 months ago

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 XxRomeoArmyxX
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