+ 3

help please

hello, faced with one question, is it possible to add user input to one of my codes in order to output information from a specific structure? if so, how can this be done? code is called "book" and is on my page, unfortunately I can not insert it here, since it does not fit thank you in advance

4th Nov 2017, 9:05 AM
Serhii
Serhii - avatar
3 Answers
+ 3
use insert code, to post a link to your code without having to post the whole code.. https://code.sololearn.com/cjNPZ6JxbMZ2/?ref=app In the code off the playground you cannot interact. If you have multiple inputs, you can split the inputs with a carriage return And you can make scripts where you define all inputs before the run. There is another problem. You have to create book book b = new book (); book v = new book (); Pleaee put the language of your question in the tags.
4th Nov 2017, 9:32 AM
sneeze
sneeze - avatar
+ 3
Many thanks for the reply =)
4th Nov 2017, 10:09 AM
Serhii
Serhii - avatar
+ 2
Made some bug fixes in your code. https://code.sololearn.com/cPc6kOfKzSVq/?ref=app
4th Nov 2017, 10:04 AM
sneeze
sneeze - avatar