Problem Outline: Design a flowchart in Flowgorithm that performs the following task: creating and calling a user-defined function.
Given a street number of a one-way street in New York City, decide the direction of the street, either eastbound or westbound. In New York City, even-numbered streets are Eastbound, and odd-numbered streets are Westbound.
Please notice the sample run.
Sample Run:
Console
X
Console
Enter the Street Number:
135
148
The Street is: Westbound
The Street is: Eastbound
Figure 1:
Please notice the submission outline (2 requirements) mentioned below.