Computer Science, asked by sravyamacherla08, 3 months ago

Write a program to accept the student details (Name, Roll no, Father Name and
Mother Name) and display the same

Answers

Answered by harshvirsing55
65

Answer:

Program in python language.

name= input("Enter your name:-")

rollno= input("Enter your roll no :-")

father_name= input("Enter your Fathers name:-")

mother_name= input("Enter your Mothers name:-")

print("Name :-",name)

print("Roll no.:-",rollno)

print("Father name:-",father_name)

print("Mother name:-",mother_name)

HOPE IT WILL HELPS YOU.。◕‿◕。

Similar questions