Computer Science, asked by Anonymous, 5 months ago

please give the right answer

Attachments:

Answers

Answered by farhan4586
3

Answer:

appropriatecommandthat can meet her requirement is,2,3,5,7

Answered by divyansh05887
1

Answer:

class odd

{

public void main ()

{

int i;

for (i=1;i <22;i+2)

System.out.println (i);

}

}

Similar questions