public class Feedback
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Feedback
public Feedback(String patientName,
String feedbackMessage,
float rating)
-
Method Details
-
writeFeedbackToCSV
public void writeFeedbackToCSV()
-
collectFeedback
public static void collectFeedback(Scanner scanner)