Question: Exercise 3: You are given a file containing students' first names. Write a program that checks name validation (No numbers or special characters), then if
Exercise 3: You are given a file containing students' first names. Write a program that checks name validation (No numbers or special characters), then if the name is valid the program prints it. Otherwise the program prints "Invalid Name" otherwise. Sample Input File Ahmed T@meem Rami Khalid Sample Output File Ahmed Invalid Name Invalid Name Khalid
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
