Skip to content

Commit cb23fc9

Browse files
committed
small fixes
1 parent d59e5ea commit cb23fc9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_sources/Unit3-If-Statements/magpie4.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ You can also step through the code in the |Java Visualizer|. It may take a minut
175175
* something "you"
176176
* @return the transformed statement
177177
*/
178-
private String transformIMeStatement(String statement)
178+
private String transformIYouStatement(String statement)
179179
{
180180
// ADD CODE HERE
181181
return "Why do you...";
@@ -315,7 +315,7 @@ Look at the code. See how it handles “I want to” and you/me statements.
315315

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

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

320320

321321
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:

_sources/Unit4-Iteration/topic-4-1-while-loops.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ When you finish and run your program, what is a good guessing strategy for guess
477477

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

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

482482
.. activecode:: challenge4-1-loop-GuessingGame-autograde
483483
:language: java

0 commit comments

Comments
 (0)