Question: It is a JAVA CGALWEY281: Reading and printing a string ACTIVITY A user types a word and a number on a single line separated by

It is a JAVA
CGALWEY281: Reading and printing a string ACTIVITY A user types a word and a number on a single line separated by a space. Read them into the provided variables. Then print word_number. End with newline. Example output if user entered: Amy 5 Amy_5 import java.util.Scanner; 1 test 3 public class SpaceReplace 4 public static void main (String args) t passed Scanner scnr new Scanner(System.in); String userword; int userNum All tests passed Your solution goes here/ 10 12 Run Feedback
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
