Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

FLOW CHART:

FLOW CHART:

Start

Declare integer hits


Declare integer atBat
Declare Real battingAverage

Display "Enter the player's number of hits"

Input hits

Display "Enter the player's number of


times at bat”

Input atBat

Set battingAverage = hits/atBat

Display The total Batting Average is",


battingAverage

End
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 applicant
#Declare string time
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 interviewer's applicant's name: "
time) 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