Computer Science, asked by swarnimmishra2006, 11 months ago

Write a Java program to display your Biodata in the following format?

Name-
Father's Name-
DOB-
Address-
Phone No. -
E-mail Address-​

Answers

Answered by Anonymous
2

Answer:

Ankit { public static void main( Strings args[]) { Scanner obj = new Scanner ( System.in); System. out. println("Enter the Name "); String name = obj

Similar questions