0
How do you make input interactive? (like when you press confirm it takes you to another page)
5 odpowiedzi
+ 2
sorry i missed a word in last answer. I mean which language are you talking about?
in general there are stdin and stdout connected to keyboard and monitor respectively. Now these are managed by os, as the main purpose of os is to manage resource available to the machine. stdout and stdin is controlled using system calls, now there must be some libraries in the languages are using to do these thing search for that language(in java you would probably use something like swing or javafx), these libraries make use of the system calls and hence allow you to program both interactive things or things where some restriction is required in order to run the system correctly.
+ 1
which are you talking about?
0
Like when you press a button it interacts like if you get a question wrong then it's a wrong
0
How do you do that
0
Oh javascript