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.
There was an error while loading. Please reload this page.