subject

3. Describe what is happening in this code import java. util. Scanner;

public class WordFinder {
public static void main(String[] args) {
Scanner s = new Scanner(System. in);
System. out. println ("Please enter a word");
String usrWord = s. nextLine();
String alph = ("");

for(int i = alph. length () - 1; i >= 0; i--){
System. out. println(alph. charAt (i) + usrWord);

}
}
}

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:50
Explain why it is reasonable to assume that receiving 3 duplicate acks in tcp is an indication that the network is not currently congested.
Answers: 1
question
Computers and Technology, 23.06.2019 00:00
Donna and her team of five have invented a new gadget for the science exhibition in their college. which intellectual property right will protect their invention?
Answers: 1
question
Computers and Technology, 24.06.2019 00:30
Afiling system in which an intermediary source of reference, such as a file card, must be consulted to locate specific files is called a(n) system. a. shelf filing b. direct filing c. indirect filing d. shingling
Answers: 1
question
Computers and Technology, 24.06.2019 14:00
Text or graphics that print at the bottom of every page are called footings footers headers headings
Answers: 1
You know the right answer?
3. Describe what is happening in this code import java. util. Scanner;

public class Wor...
Questions
Questions on the website: 13722363