✅ Help me to understand this question

Pls help me to sovle this problem (assignment 5)
11 Replies
JimmahDean
JimmahDean2y ago
what part of this aren't you understanding?
Anton
Anton2y ago
add a third variable for the number and convert it to a string with correct postfix, ig
evelyn_2486
evelyn_24862y ago
I don't know "In string that interger 3 is obtained specifically from the value order"
Anton
Anton2y ago
ig this means "convert number to appropriate string through code"
evelyn_2486
evelyn_24862y ago
ahh its mean like int number = 3; then i need to make this to string right?
Pobiega
Pobiega2y ago
Well, if you have...
string name = "Steve Johnsson";
int number = 3;
string name = "Steve Johnsson";
int number = 3;
and your endgoal is "Steve Johnsson the 3rd"... what are the missing steps?
evelyn_2486
evelyn_24862y ago
i just do it
evelyn_2486
evelyn_24862y ago
Pls corect me I think I missing rd
Pobiega
Pobiega2y ago
well it works for the third, but what if that value was 1? anyways, I think what you have now fulfills the assignment
evelyn_2486
evelyn_24862y ago
Thank you!
Accord
Accord2y ago
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.