10 points
Code in java
You are in a frat. They want to see who got the highest scoreduring the ritual.
-let the user add frat brothers[ loop,array]
-flag the user if the attempt was successful or not[boolean]
-Add in 10 scores[loop, array]
-remove a frat from the club[remove input]
-add a frat club [add input]
OUTPUT
Yay you're enrolled (True) //pressed valid entries
Oh no join (false) // did not press valid entries
Average score for (76) // one user
Average ritual score (100) // average test scores out of 10entries for all
Frat brothers numbers (2) //number of users
Yay new broski (True) //new user
Yo he's not in the club( false) // attempted to remove member,not in the array
10 points Code in java You are in a frat. They want to see who got the highest score during the ritual. -let the user ad
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am