Question: 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
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 # include int main (void){ char userword[20] = "": int userNum = 0: /*Your solution goes here */ return 0: }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
