Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Create a flowchart and pseudocode design of this code below:

CODE PSEUDOCODE FLOWCHART

applicant = input("Enter the #Declare string applicant


Start
applicant's name: ")
#Declare string interviewer
interviewer = input("Enter
#Declare string time Declare string applicant
the interviewer's name: ")
Declare string interviewer
#Display “Enter the applicant's Declare string time
time = input("Enter the name: "
appointment time: ")
#input applicant
print(interviewer, "will Display “Enter the
interview", applicant, "at", #Display "Enter the applicant's name: "
time) interviewer's name: "

#input interviewer
input applicant
#Display "Enter the
appointment time: "
Display "Enter the
#input time interviewer's name:
"
#Display interviewer, "will
interview", applicant, "at", time
input interviewer

Display "Enter the


appointment time: "

input time

Display
interviewer, "will
interview",
applicant, "at",
time

End

You might also like