Question: Code 1: Write a program to prompt a user to enter multiple words separated by spaces. The progranm will display back to the user how
Code 1: Write a program to prompt a user to enter multiple words separated by spaces. The progranm will display back to the user how many words were typed. Note: A space character is This is a multi word string ou yped Code 2: Write a program that prompts a user for their birthday as (MMDDYY) and their initials. The program then creates a random number from 1 to 999999 and adds that to the birthday number. The program then outputs a User ID consisting of uppercase initials with the random number. Print the random number and birthday to the screen so that the user ID can be verified. . Use the itoa function to convert integer to string itoa(number, string, 10) . number is the integer to convert string is the string variable to assign converted number to 10 means decimal format. (base 10) . Enter initials: 1p Enter birtday as MMDDYY:053148 random # : 1 3994 bday:53148 User ID is:LP67142 13994 53148 67142
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
