#include<iostream.h>
int main()
{
int x=0!
int &y=x; y=10;
while(x<=10)
{
Cout << y++ << "-";
}
Cout<<x;
return 0;
}
Answers
Answered by
5
Answer:
what is this?? ..........
Similar questions