Skip to content

Kirubel#1

Open
oriento wants to merge 7 commits into
masterfrom
assignments
Open

Kirubel#1
oriento wants to merge 7 commits into
masterfrom
assignments

Conversation

@oriento
Copy link
Copy Markdown
Owner

@oriento oriento commented Jan 24, 2019

No description provided.

@danawen
Copy link
Copy Markdown

danawen commented Jan 26, 2019

Hi Kirubel. For your Pig Latin assignment, I took points off because rules 2 and 3 were not followed exactly:

  • Rule 2: If a word starts with a consonant, and has a vowel in the word, move all the letters before the initial vowel to the end, then add "ay". I typed in "school" and your translator output "schoolschoolay". The correct output should be "oolschay". (5 pts)
  • Rule 3: If a word does not have any vowels, then add "ay". I typed in "tsktsk" and the translator output "tsktsktsktskay". The correct output should be "tsktskay". (5 pts)

@danawen
Copy link
Copy Markdown

danawen commented Jan 26, 2019

Hi Kirubel. I graded your Tic Tac Toe assignment and found some bugs:

  • The game does not inform the user in the event of a tie/draw (5 pts)
  • The game allows a player to place a piece in a spot that is already occupied (5 pts)

@danawen
Copy link
Copy Markdown

danawen commented Jan 26, 2019

Hi Kirubel. I found a bug in your Statistics assignment and took off some points:

  • The average is incorrect (10 points). I entered 25,2,17,37 as input and the program returned an average of 20. The correct average should be 20.25.

@danawen
Copy link
Copy Markdown

danawen commented Jan 28, 2019

Hi Kirubel, I checked your Grade Book assignment and found a couple of issues:

  • I entered a list of grades 25,2,17,37 and the program output an average of 20. The correct average should be 20.25. (5 pts)
  • If the user inputs more than one student, the code is currently calculating and displaying the average after each set of grades is entered. Your code should use a Map<String, Double> to store the student names and average grades. That way, you can first prompt the user to enter all the student names and grades, then output all the averages at once. (10 pts)
    If you fix the issues and would like a re-grade, let me know. Thanks!

@danawen
Copy link
Copy Markdown

danawen commented Jan 29, 2019

Hi Kirubel. I graded your Rock Paper Scissors Exception assignment. I took off points because the following requirement was missing:

  • The calling method should use a try/catch block to handle the bad input and print a nice message to the user. Your code prints a blank line. (10 pts)
    If you are able to fix the issue and re-submit, please let me know and I'll re-grade it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants