subject

Modify songVerse to play "The Name Game", by replacing (Name)" with userName but without the first letter. Ex: If userName = "Katie" and songVerse = "Banana-fana fo-f(Name)!", the program prints: Banana-fana fo-fatie! Ex If userName "Katie and songVerse = "Fee fi mo-m(Name)", the program prints: Fee fi mo-matie Note: You may assume songVerse will always contain the substring "(Name)".import java. util. Scanner; public class NameSong { public static void main (String [] args) { Scanner scnr = new Scanner(System. in); String userName; String songVerse; userName = scnr. nextLine(); userName = userName. substring(1); // Remove first character songVerse = scnr. nextLine(); // Modify songVerse to replace (Name) with userName without first character /* Your solution goes here */ System. out. println(songVerse); } }

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:30
At an open or uncontrolled intersection, yield if a. the cross road has more lanes than yours b. the cross road has fewer land than yours c. you’re on a state highway and the cross road is a secondary road d. do you have three or more passengers in your vehicle
Answers: 2
question
Computers and Technology, 22.06.2019 22:00
What is the name of the option in most presentation applications with which you can modify slide elements? 1. the option enables you to modify a slide element in most presentation applications.
Answers: 3
question
Computers and Technology, 23.06.2019 06:00
What machine listens for http requests to come in to a website’s domain? a. a router b. a browser c. a server d. a uniform resource locator
Answers: 1
question
Computers and Technology, 23.06.2019 11:30
Auser is given read permission to a file stored on an ntfs-formatted volume. the file is then copied to a folder on the same ntfs-formatted volume where the user has been given full control permission for that folder. when the user logs on to the computer holding the file and accesses its new location via a drive letter, what is the user's effective permission to the file? a. read b. full control c. no access d. modify e. none of the above
Answers: 1
You know the right answer?
Modify songVerse to play "The Name Game", by replacing (Name)" with userName but without the first l...
Questions
question
Health, 24.10.2019 09:43
question
Chemistry, 24.10.2019 09:43
question
Chemistry, 24.10.2019 09:43
Questions on the website: 13722363