Question: Write a single line of Java code to declare a variable and store an instance of FinalExam, using the class diagram shown below . begin{tabular}{|l|}
Write a single line of Java code to declare a variable and store an instance of FinalExam, using the class diagram shown below .
\begin{tabular}{|l|} \hline \multicolumn{1}{|c|}{ FinalExam } \\ \hline -studentName: String \\ -mark: double \\ \hline +Final Exam(String, double) \\ +setMark(double) \\ +getMark():double \\ +toString():String \\ \hline \end{tabular}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
