You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create a function named `graduation` which takes two parameters: `credits` and `thesis`.
262
+
* Create a function named `graduation` which takes two parameters: `credits` and `grades`.
263
263
*
264
-
* @param Datatype: Number `credit`
265
-
* @param Datatype: Boolean `thesis`
264
+
* @param Datatype: Number `credits`
265
+
* @param Datatype: Number `grades`
266
266
* @return Datatype: String
267
267
*
268
-
* If EITHER the number value is greater than or equal to 120 or the boolean value is true, then the function will return the message: "Congratulations on a job well done." Otherwise, return the message: "See you in summer school."
268
+
* If EITHER the credits value is greater than or equal to 120 or the grades value is greater than or equal to 2.0, then the function will return the message: "Congratulations on a job well done." Otherwise, return the message: "See you in summer school."
0 commit comments