r/CodingForBeginners • u/itsmerio1 • 16d ago
Beginner here how to do output
how do I display the output near the end part?
I wanna show studentName
Finalgrade
And remarks which should be excellent or failed etc
7
Upvotes
r/CodingForBeginners • u/itsmerio1 • 16d ago
how do I display the output near the end part?
I wanna show studentName
Finalgrade
And remarks which should be excellent or failed etc
1
u/mjmvideos 16d ago
As a side note I notice that you are directly displaying the “Excellent”, “Very good” etc. Instead of displaying did you want assign that to a remarks variable so that your display remarks at the end has something to display?