-
Notifications
You must be signed in to change notification settings - Fork 0
Practice Problem 1
Seanti edited this page Mar 26, 2025
·
2 revisions
Create a program that stores the following details of a student:
-
Name (String)
-
Age (int)
-
Grade (double)
-
Is enrolled (boolean)
Then, print all the details in a formatted output.
Student Information:
Name: Juan Dela Cruz
Age: 18
Grade: 89.5
Enrolled: true