How do you make input interactive? (like when you press confirm it takes you to another page) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you make input interactive? (like when you press confirm it takes you to another page)

9th Mar 2018, 7:19 AM
Shallow_Spinn
Shallow_Spinn - avatar
5 Answers
+ 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.
9th Mar 2018, 3:49 PM
shobhit
shobhit - avatar
+ 1
which are you talking about?
9th Mar 2018, 7:32 AM
shobhit
shobhit - avatar
0
Like when you press a button it interacts like if you get a question wrong then it's a wrong
9th Mar 2018, 8:11 AM
Shallow_Spinn
Shallow_Spinn - avatar
0
How do you do that
9th Mar 2018, 8:12 AM
Shallow_Spinn
Shallow_Spinn - avatar
0
Oh javascript
9th Mar 2018, 4:07 PM
Shallow_Spinn
Shallow_Spinn - avatar