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, 22.06.2019 01:30
Imagine that you have a friend who is starting a small business and is interested in using social media to spread the word. he is not certain that it is a good move, and has come to you for . would you advise him to use social media to advertise his business? why or why not? support you answer with information from the text.
Answers: 1
question
Computers and Technology, 22.06.2019 20:30
In this lab, you complete a prewritten c program that calculates an employee’s productivity bonus and prints the employee’s name and bonus. bonuses are calculated based on an employee’s productivity score as shown below. a productivity score is calculated by first dividing an employee’s transactions dollar value by the number of transactions and then dividing the result by the number of shifts worked.
Answers: 3
question
Computers and Technology, 22.06.2019 20:40
Write a program that begins by reading in a series of positive integers on a single line of input and then computes and prints the product of those integers. integers are accepted and multiplied until the user enters an integer less than 1. this final number is not part of the product. then, the program prints the product. if the first entered number is negative or 0, the program must print “bad input.” and terminate immediately. next, the program determines and prints the prime factorization of the product, listing the factors in increasing order. if a prime number is not a factor of the product, then it
Answers: 2
question
Computers and Technology, 24.06.2019 01:30
Hazel has just finished adding pictures to her holiday newsletter. she decides to crop an image. what is cropping an image?
Answers: 1
You know the right answer?
3. Describe what is happening in this code import java. util. Scanner;

public class Wor...
Questions
question
History, 05.10.2019 23:30
question
Chemistry, 05.10.2019 23:30
question
Mathematics, 05.10.2019 23:30
question
Mathematics, 05.10.2019 23:30
question
Mathematics, 05.10.2019 23:30
question
Mathematics, 05.10.2019 23:30
Questions on the website: 13722363