Computer Science, asked by jchetna198, 1 month ago

Write a java program to input name and age of a person and check he/she is eligible for casting vote or not . [with Flowchart]​

Answers

Answered by sanjusuman0512
0

answer:

ik it but i am to lazy to type is I am sorry bro

Answered by yashwanthangry
0

Answer:

public class MyProfile

{

public static void main(String args[]) {

System.out.println("Name: Sneha Nayak");

System.out.println("Class: 8C");

System.out.println("Roll No: 24");

System.out.println("Marks: 87");

System.out.println("Age: 15");

}

}

Similar questions