Write a simple program to print your name and your father's name by using system out print() and system.out.println()
Answers
Answered by
5
class one
{
public static void main(String a,String b)
{
System.out.println("Your Name-"+a);
System.out.println("Your Father's Name-"+b);
}}
Answered by
0
I am atusf. njalu. anand my
Explanation:
awirk wifnkfkdo
Similar questions