Write the output with justification.
int y=4;
do
{
Sopln(y+ " ");
y++;
}
while(y<a);
Urgent
Answers
Answered by
0
Answer:
Write the output with justification.
int y=4;
do
{
Sopln(y+ " ");
y++;
}
while(y<a);
Urgent
Answered by
0
first thing u might a error saying that var a is not declared.
in case if its declared,it will be zero(according to the question).
So it will print once.
O/P:
y4
Similar questions
India Languages,
2 months ago
Math,
2 months ago
Math,
2 months ago
Math,
4 months ago
Social Sciences,
4 months ago
Math,
10 months ago