Presentation is loading. Please wait.

Presentation is loading. Please wait.

CS150 Introduction to Computer Science 1

Similar presentations


Presentation on theme: "CS150 Introduction to Computer Science 1"— Presentation transcript:

1 CS150 Introduction to Computer Science 1
Program Write a program that computes the area of a triangle or a rectangle based on the user typing in ‘t’ or ‘r’ first. 4/30/2019 CS150 Introduction to Computer Science 1

2 Multiple Alternative Ifs
if (condition1) statement1; else if (condition2) statement2; else defaultstatement; 4/30/2019 CS150 Introduction to Computer Science 1

3 CS150 Introduction to Computer Science 1
Program Write a program that displays a letter grade corresponding to an exam score A B C D 0-59 F 4/30/2019 CS150 Introduction to Computer Science 1


Download ppt "CS150 Introduction to Computer Science 1"

Similar presentations


Ads by Google