rewrite the following program
1. Using do while:
class Test
{
public static void main(String args[])
{
int x,c;
for(x=10,c=20;c>=10;c=c-2)
{
x++;
System.out..println(x);
{
{
{
Answers
Answered by
1
Explanation:
Using do while:
class Test
{
public static void main(String args[])
{
int x,c;
for(x=10,c=20;c>=10;c=c-2)
{
x++;
System.out..println(x);
{
{
{
Similar questions
Social Sciences,
5 months ago
Science,
5 months ago
Math,
5 months ago
English,
10 months ago
Math,
10 months ago