Question: Implement a program called Concatenation. java, and perform the following: ( a ) Code a String that will hold a value for the month; store
Implement a program called Concatenation. java, and perform the following:
a Code a String that will hold a value for the month; store the actual month in word
eg February or April.
b Code a String that will hold a value for the day; store the actual day in words, eg
Wednesday.
c Code a String that will hold a value for the study major; it must be in all caps all
uppercase eg COMPUTER SCIENCE.
Connect the three String by concatenating them as follows:
Today is
a
The day is
b
Our study major is
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
