+ 2
Need Help for my first C# code..!
https://code.sololearn.com/ct6riwoYLeqR/?ref=app This is my first cs code, but not perpect yet.. I want output like this : I AM DRAGON I AM DRAGON I AM DRAGON I AM DRAGON I AM DRAGON I AM DRAGON I AM DRAGON I AM DRAGON I AM DRAGON ... loops I'm from south korea, and bad for english.. Please help me to make perpect dragon code XD
9 ответов
+ 7
Prefix the generic string "I AM DRAGON" with spaces " ", with the maximum number of spaces at the median value (s), depending on whether the number is odd or even. Use Console.Writeline to direct the output to the console.
+ 3
LingD Thanks 🙂
+ 3
Ling D some awe indeed I 🤗
https://www.sololearn.com/Discuss/1932538/?ref=app
+ 2
I'm still not getting how you expect this program to work 😁
Can you tell me, how the output was supposed to look like when I enter an odd number or even number? I can't promise you anything, but if there's something I can do to help, then I would try ...
+ 1
I haven't learned c++ yet but I hope you figure it out, i think it will look amazing
+ 1
Coding is wonderful
+ 1
Sanjay Kamath wow awesome!
+ 1
You can check my code (from line 70) for reference. You can change the "*"s you see to a string you wish to print.
https://code.sololearn.com/c4wjoDvp9H1v/?ref=app