IMPLEMENT SELECTION CONCEPTS IN RAPTOR AND JAVA:

Introduction to Selection Implementation

IMPLEMENT SELECTION CONCEPTS IN RAPTOR AND JAVA:

REVIEW OF BOOLEAN LOGIC AND COMPARISONS

Problem 1a: Determine if a movie-goer receives a discount. If they are over 50 then display Discount, otherwise display No Discount.
Problem 1b: Given that the base ticket to a movie is $9, create a program that determines the cost of a ticket given a person’s age. Anyone over 50, receives a 20% discount.
Problem 2: Determine the letter grade given a score. 90-100 A, 80-89 B, 70-79 C, 60-69 D, <60 F.

DELIVERABLE FOR LESSON 4 IN WEEK 4 BY SUNDAY 06/21/2020 -11:50 PM EST:

Please submit ALL 3 Programs above (Problem 1a, Problem 1b, and Problem 2) either in JAVA or Raptor (your choice) to the given link for Lesson 4 below:
Lesson 4 in week 4 is for total of 40 points:
1. Problem 1a: Determine if a movie-goer receives a discount in JAVA or Raptor (10 points)
2. Problem 1b: Given that the base ticket to a movie is $9 in JAVA or Raptor (15 points)
3. Problem 2: Determine the letter grade given a score in JAVA or Raptor (15 Points)