Write a program to accept five names the user and print only those names which starts with v ends with y | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 2

Write a program to accept five names the user and print only those names which starts with v ends with y

Answer please

11th Jan 2022, 1:17 PM
Umapathi Vaishnavi
2 Réponses
+ 3
Please show your attempt...!
11th Jan 2022, 1:26 PM
Jayakrishna 🇮🇳
+ 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
11th Jan 2022, 8:52 PM
Ausgrindtube
Ausgrindtube - avatar