Question: preferably done in Eclips Problem Statement Code an executable program that automates the parlor game where someone gives an integer number and any adjective that
Problem Statement Code an executable program that automates the parlor game where someone gives an integer number and any adjective that are then inserted into a sentence to form a silly sentence. The structure of the sentence to be formed is: There are *some integer number* *some adjective* people in the room. Your program must prompt the user for an integer number and a word that is an adjective (String). Your program will then display the sentence above substituting the user input for the integer number and the adjective word. A sample run is shown below where the integer number 23 and the adjective word smart were entered. Sample Run Enter an adjective: smart Enter an integer number: 23 There are 23 smart people in the room. Your source code must include the following comment code at the beginning of your program: // Lab #1 // Name:your name // Date:date you completed the assignment // minimal code comments
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
