English, asked by harsh9872002, 4 months ago

he wants to return to see the old place..... 1.)atleast2.)something 3.)anyhow 4.)sometime.

Answers

Answered by swalla1
0

Answer:

4) sometime

Hope this helps

Answered by yash2437
0

Explanation:

public class Circle

{

public static void main ()

{

double r =8.5, circumference;

float pi =3.14f;

circumference = 2*pi*r;

System.out.println("Circumference = "+ circumference) ;

}

}

Similar questions