+ 2
Why cant I type in letters for eigenschaft and why isnt eigenschaft displayed?
Look at the Code and you will see what mean. https://code.sololearn.com/cm9t8N11yWFL/?ref=app
7 ответов
+ 19
Do you want your code to work this way?
https://code.sololearn.com/cTpyf826l2Ch/?ref=app
+ 6
Because you failed to make the SoloLearn app aware you planned on doing input so it failed to give you a prompt to allow you to enter your input. Add to your code this trick to get the prompt:
#define x cin >>
+ 6
I believe I put your code back as it was with my fix.
https://code.sololearn.com/czEyp802xL2F/?ref=app
+ 5
You're very welcome. If you end up playing with C, there is a similar trick.
+ 4
thx
+ 4
yeah. thats exactly what i was trying to so. Jugend thanks
+ 3
no. i want "eigenschaft" to ne displayed in the sentece. also i expected the console asking me to type in something for eigenschaft. because i used cin.....