Write a flow chart to input the roll no, name, division and weight of the student and print it on separate line.
Answers
Answered by
0
Explanation:
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