Java program created to demonstrate - Professor Messer's Practice Exam(s) Part 2
This is Professor Messer's questions turned into a Java program
No, I'm not revealing the entire test but I showed how I can turn it into a Java Quiz Application with JOptionPane.
**Security Quiz Exam A,B,C and some Hands On IN THE VIDEO
/
* Original program created by https://github.com/Secris/JavaCourse/blob/master/m1/ex15/Quiz.java
*
* Re-edited by Gabriel Morales
*
* My program contains an array of 84 multiple-choice/CHOOSE two/CHOOSE THREE quiz
* questions related to my Security+ Quiz
*
* Questions are based on Professor Messer's Questions
*
* Purpose is to show some of my intermediate skills and understanding in Java
* And to help me prepare for CompTIA Security+ 501
*
* https://www.professormesser.com/
*
*/
https://github.com/Secris/JavaCourse/blob/master/m1/ex15/Quiz.java