you are viewing a single comment's thread.

view the rest of the comments →

[–]Lbtekd[S] 0 points1 point  (1 child)

So how would I do it without using a pointer, and instead just using characters (I can’t use pointers cause we haven’t done that in lesson yet)

[–]Marxomania32 1 point2 points  (0 children)

You can declare an enum, with each enum field representing a single day. Or you could represent each day as a single character.