Computer Science, asked by poojaagg, 20 days ago

class biodata
{
public static void main (string args[]):
{
System.out.println("Father s name. Amit Singhal):
System.out.println("Date of birth: 30 March 2008");
System.out.println("Blood group:B");
System.out.println("Aadhaar no. 2315628);
System.out.println("State Uttar Pradesh");
}
}
what is the error in this program please help me to find the error
I am sorry but not able to display the image ​

Answers

Answered by Harshit009
1

Answer:

class biodata

{

public static void main (String args[])

{

System.out.println("Father s name. Amit Singhal");

System.out.println("Date of birth: 30 March 2008");

System.out.println("Blood group:B");

System.out.println("Aadhaar no. 2315628");

System.out.println("State Uttar Pradesh");

}

}

There should be no : after String args []

S in String has to be capital

you have used : on the place of ;

you missed the " in father's name line and aadhar number line

please mark as the brainliest

Similar questions
Math, 10 days ago