I have designed an electronic voting page but it does not prevent the voter from voting more than once by simply clicking the 'back' button and voting again. What should i do to prevent the vote...
include<stdlib.h> #include<unistd.h> #include<sys/wait.h> #include<iostream> using std::cout; using std::endl; main() { int usaid; int status; cout<<endl<<endl;...