Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoffman0 committed Nov 20, 2024
1 parent d59e5ea commit cb23fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _sources/Unit3-If-Statements/magpie4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ You can also step through the code in the |Java Visualizer|. It may take a minut
* something "you"
* @return the transformed statement
*/
private String transformIMeStatement(String statement)
private String transformIYouStatement(String statement)
{
// ADD CODE HERE
return "Why do you...";
Expand Down Expand Up @@ -315,7 +315,7 @@ Look at the code. See how it handles “I want to” and you/me statements.

.. |replit.com version 4| raw:: html

<a href="https://firewalledreplit.com/@BerylHoffman/Magpie-ChatBot-Lab-v4#Main.java" target="_blank">replit.com version 4</a>
<a href="https://replit.com/@BerylHoffman/Magpie-ChatBot-Lab-v4#Main.java" target="_blank">replit.com version 4</a>


Then add two new methods, ``transformIWantStatement`` and ``transformIYouStatement``, and calls to each as described below. Alter the code either above in the active code window or on |JuiceMind| or |replit.com version 4| or in an IDE of your choice:
Expand Down
2 changes: 1 addition & 1 deletion _sources/Unit4-Iteration/topic-4-1-while-loops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ When you finish and run your program, what is a good guessing strategy for guess

<a href="https://replit.com/@BerylHoffman/Guessing-Game#Main.java" target="_blank">replit</a>

For this project, you will need to use the |Scanner class| for input and |JuiceMindGuess| or |replitGuess| or another IDE of your choice.
For this project, you can use the |Scanner class| for input and |JuiceMindGuess| or |replitGuess| or another IDE of your choice.

.. activecode:: challenge4-1-loop-GuessingGame-autograde
:language: java
Expand Down

0 comments on commit cb23fc9

Please sign in to comment.