0
What is the output of the ff. program fragment int X=10; While (x>0) ( Count<<X<<endl; X=X-3
2 ответов
+ 3
first of all there are errors in your programs
it's cout not count
and semicolon after x=x-3
the output is
10
7
4
1
0
it is an error as declaration is for X n in while x is used it's case sensitive