Sunday 12:00 Java Homework
Home > Sunday 12:00 Java Homework (Page 7)
Problem Description
Text messaging using a cell phone is popular among teenagers. The messages can appear peculiar because short forms and symbols are used to abbreviate messages and hence reduce typing.
For example, “LOL” means “laughing out loud” and “:-)” is called an emoticon which looks like...
Problem Description
We often include emoticons in our text messages to indicate how we are feeling. The three consecutive characters :-) indicate a happy face and the three consecutive characters :-( indicate a sad face. Write a program to determine the overall mood of a message.
Input...
Problem Description
Boring is a type of drilling, specifically, the drilling of a tunnel, well, or hole in the earth. With some recent events, such as the Deepwater Horizon oil spill and the rescue of Chilean miners, the public became aware of the sophistication of the...
Question 1:
Problem J2 in https://cemc.uwaterloo.ca/contests/computing/2016/stage%201/juniorEn.pdf
Question 2:
You have two strings. Find the number of characters you have to add to make them anagrams of each other.
Input abc AbdOutput 2
Input Abcd AbcOutput 1
Input Abcd AOutput 3
...