+ 2
C# - Inputs one other another
All of us should know that SoloLearn only let us do one time Input(with multiply lines) but is there any way to go around that and still use SoloLearn. Like with system promps as example(should try later)? Explain: I would like to make Community Challenges or whatsoever with for example Projects like Hangman or Blackjack, I did them formerly and I liked to programm such things. When it's Impossible for now could it be possible to add (would write to the SoloLearn e-mail)?
5 Respuestas
+ 3
Yeah most likely but it's still annoying that we can't make such little Console Games because of that.
+ 2
I believe they probably do it because of security and resources. It's just easier to have it all at the beginning.
+ 2
Any suggestions and opinions, you can mailto : info@sololearn.com
+ 2
On Sololearn, you can make fully interactive code with web playground only. The others are 'fire and forget', they compile and run once and show you the output.
If you want to use C# you can achieve a more interactive experience on other platform like REPL.IT
https://replit.com/languages/csharp
+ 1
Tibor Santa I try that the next times but I still hope SL get an interactive Environment like that in later times. But until than would it better to use third-part Websites to make them.