Day#4 of Java Programming Practice- Two Simple programs
Today's program turned out to be quite simple , so I completed two of them. the first problem is to replace each letter of the string to its subsequent letter and change the case of all vowels in the resulting string to capital. All characters other than alphabets should be left as is.
Here is my program and its output:
Here is my program and its output:
The second program is to keep adding all numbers from 1 up to a given argument. Here is the program and its output:
Closing this not so interesting day, will be back again tomorrow with something interesting hopefully.
Comments