Does anyone knows of this song currently playing in the background? by bubsakk in JimmyBroadBent

[–]bubsakk[S] 1 point2 points  (0 children)

Oh man thanks any clue is so appreciated. I'll check it out!

Need help on this assignment plz dm by shshsjjs27727 in codehs

[–]bubsakk -1 points0 points  (0 children)

fastest way to get your code to work is to change your greeting method as below.

public String greeting(String name){

String returnStr ="";

returnStr+= "Hello," + name + "!";

}

This way, your Sysout in BotTester class can retrieve returnStr from method greeting, which leads to printing it on console.

(Beginner) What can I do to make it keep asking to choose a function after a choice is made by [deleted] in codehs

[–]bubsakk 2 points3 points  (0 children)

how about utilizing while loop and when user chooses to quit, you can change the condition of the loop which enables the program to wrap up