Computer Science, asked by Jkpinnce, 8 months ago

a)Unite the program to find out the middle number from the given there number taken from the keyboard
while​

Answers

Answered by deepkumar83a
0

Answer:

dnduzifjsjdisssyartistic worn etch Eric well am is well is an Khd wrote well is Dr Ek

Explanation:

hspa to is an BBC rite week Jackcughfbtbifv

Answered by neel1932
0

Answer:

Hope it helps

Explanation:

import java.util.*;

class Middle

{

public static void main()

{

Scanner s=new Scanner(System.in);

System.out.println("Enter Your Number");

int a=s.nextInt();

int b=a/2;

System.out.println("The"+b+"th digit is the middle term ");

}

}

Similar questions