#include<iostream.h>
int main()
{
int x = 0;
int &y = x; y = 10;
while(x <= 10)
{
cout<< y++ << "-";
X++;
}
cout<< x;
return 0;
}
Answers
Answered by
0
Sorry Idk
Please Mark this as Brainlist
Answered by
0
Answer:
WHATS THIS ??
NOTE
FOLLOW ME ( ALISHKA_GUPTA ) IN BRAINLY FOR MOST AMAZING AND INSPIRING QUESTIONS , ANSWERS AND QOUTES .
Similar questions
English,
3 months ago
Political Science,
3 months ago
English,
7 months ago
Hindi,
11 months ago
Physics,
11 months ago