Computer Science, asked by manojdwivedi424, 11 months ago

write a program to print your and your father's name

Answers

Answered by hazelblue
3

Answer:

public class hazelblue

{

public static void main(string a, string b)

{

System.out.println("Your Name-"+a);

System.out.println("Your Father's Name-"+b);

}

}

Similar questions