Respuesta :

The birthday program is an illustration of a sequential program

What are sequential programs?

Sequential programs are programs that do not make use of loops and conditional statements

The main program

The program written in Python, where comments are used to explain each line is as follows:

#This prints Happy birthday

print("Happy birthday")

Read more about Python programs at:

https://brainly.com/question/24833629