The birthday program is an illustration of a sequential program
Sequential programs are programs that do not make use of loops and conditional statements
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