❔ Messing Around with Strings
Hey I was just messing around and I was wondering how I can have two string names that have different stuff and put them in one WriteLine statement.
This is my code and output of the code.
What I want is something like
"John and Bob are identical brothers with different ages"
I don't want to have to type in difficult code since I am a beginner.4 Replies
instead of re-using string/int for 2 persons, why not have those separately for both?
which will evolve into using classes for both Bob and John
Yeah I figured I would have to do that since code runs very linearly
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.