write an application that initializes 5 string and outputs only those strings begining with the letter 'b'.
their more write an application that initializes 5 string and outputs only those strings ending with 'ed'.
and
write a check protection application. checks designed for imprinting by computer contains a fixed number of spaces in which the computer may print an amount. suppose a paycheck contain 8 blank spaces in which the computer is supposed to print the amount of a weekly paycheck. if the amount is large then all the 8 spaces is filled.
eg. 1,230.60 (check amount) 12345678 (position)
on the other hand if amount is less than $1000, then several of these spaces would be left blank. eg. 99.87 (check amount) 12345678 (position)