- 2
Write a program to accept five names the user and print only those names which starts with v ends with y
Answer please
2 Respostas
+ 3
Please show your attempt...!
+ 3
1) You will need some kind of loop that stops at 5x input.
2) Figure out a way to test, maybe using "if", if the name starts with v and ends with y
3) Print that name and loop for the next name