Student Class

Easy

📝 Description

Create a Student class with attributes and display method

Input Format

Student details (name, id, etc.)

Output Format

Formatted student information

Constraints

Include at least 3 attributes

🔍 Sample Input

name=Alice, id=123, grade=A
            

✅ Sample Output

Student: Alice (ID: 123) - Grade: A
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run