Activity 2 Using SwitchCase 10 11friday

You might also like

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

Activity No.

2 Using Switch/Case Statements


/*
//Problem:
Write a flowchart, an algorithm, and a program to display the high school level of a
student, based on its year-entry number. For example, the year entry 1 means the
student is a freshman, 2 for sophomore, and so on. Here is the given criteria:

Year-Entry Number High School Level


1 Freshman
2 Sophomore
3 Junior
4 Senior
Other entry number – Out of School

(PM your answer)

REQUIRED:

1. Algorithm

2. Program

3. Flowchart

You might also like