Lab4 Assignment
Task1:Complete the following programming projects.
1. Write a program: input 10 integers, use a one dimensional array to preserve them and then output the maximum element. Name your program file 4.1.rap.
2. Write a program: Randomly generate a two dimensional array. Each element is an integer in the range [1, 100]. The size of this array is also specified by the user. Then output the value and the index of the largest element in this array. Name your program file 4.2.rap.
3. Write a program: input 16 integers, use a two dimensional array with the size 4˟4 to preserve them and then output the sum of all elements on its main diagonal. Name your program file 4.3.rap.
4. Use RAPTORgraph to draw :
a) A clown face
b) A chessboard of international chess
c) A simple house
d) A flower
e) Maze
f) Sine curve
g) A snow-man
h) A clock face with three needles
i) Any figure you are interested in
Select two graphs and draw them using RAPTORgraph. Name your programs 4.4.rap and 4.5.rap.
5. Read the program files in the directory Drawing Examples, then design and implement a cartoon figure or an animation you are interested in. Name your programs 4.6.rap.
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