# Introduction In this lab, you are required to write a program that validates an email address by checking if it contains an "@" character, a "." character, has at least one character before the "@", and if the "@" and the "." are in the correct positions.
Click the virtual machine below to start practicing