. You want to display your bio-data on the output screen. Write a program in Java to perform the task in the given format: Name: Father's Name: Date of birth: Blood Group: Aadhaar Card No.: State:
Answers
Answered by
5
Answer:
class BioData {
public static void main(String args[]) {
System.out.println("Name: Shweta Nayak");
System.out.println("Father's Name: Arvind Nayak");
System.out.println("Date of birth: 12/12/2005");
System.out.println("Blood Group: O+");
System.out.println("Aadhar Card No.: 4321 8756 9978");
System.out.println("State: Karnataka");
}
Similar questions
History,
3 hours ago
Computer Science,
3 hours ago
Math,
5 hours ago
Physics,
8 months ago
Math,
8 months ago