Generating Random Questions from answers
-
Hi, I am developing an application, where I need to convert the answers as questions, for example if the Ans : my internet connection is slow. its corresponding question might be Question : Why your internet connection is slow? Like wise, is there any way or any algorithm in java. Kindly assist.
-
Hi, I am developing an application, where I need to convert the answers as questions, for example if the Ans : my internet connection is slow. its corresponding question might be Question : Why your internet connection is slow? Like wise, is there any way or any algorithm in java. Kindly assist.
-
I'm not sure what you mean by an algorithm for this, you just need some sort of collection of questions and answers that you can sort and search. Take a look at the Java collection classes[^].
Use the best guess