Question: 2.11.1: Reading and printing a string. A user types a word and a number on a single line. Read them into the provided variables. Then
2.11.1: Reading and printing a string.
A user types a word and a number on a single line. Read them into the provided variables. Then print: word_number. End with newline. Example output if user entered: Amy 5 Amy_5 Please Bold out the student code solution that is supposed to be input.
|
Challenge 2.11.1: Reading and printing a string Activity A user types a word and a number on a single line. Read them into the provided variables. Then print: word number. End with newline. Example output if user entered: Amy 5 Army 5 1 import java util. Scanner 3 public class SpaceReplace 4 public static void main (String args) Scanner scnr new Scanner (System.in); String userWord int user Num 30; Your solution goes here 10 11 13 14 return; 16 Run
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts

