Skip to content

Practice Problem 1

Seanti edited this page Mar 26, 2025 · 2 revisions

Problem:

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.

Clone this wiki locally