Computer Science, asked by anushkasinha961, 11 months ago

write a program to print numbers 20 to 25 with describing steps of file..

Answers

Answered by lalitya28
0

class ten

{

void main( )

{

system.out.println ( 20, 21, 22, 23, 24, 25 )

}

}

Answered by Anonymous
1

#include<stdio.h>

#include<canio.h>

void main( )

{

int n ;

printf("Enter the prime number between 20 to 25");

scanf("%d",&n);

}

Similar questions