Design a program using Raptor which will randomly pick a daily special by putting together a main dish, a starch, and a green vegetable. The program should store at least 10 main dishes, 10 starchy sides, and 10 green vegetables in 3 different one-dimensional arrays, the contents of which will be read from a file.
The program should pick three random numbers (between 1 and 10) to use for picking the meal items. The program needs to use at least three modules. Complete the attached data dictionary.
Variable Name Variable Type Description Procedures(s) Used payRate Numeric – float Stores hourly payrate of employee Main, CalcPay (can leave blank until the topic of Modules/Procedures is covered later in the term.)
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of