-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
21 lines (12 loc) · 789 Bytes
/
Copy pathreadme.txt
File metadata and controls
21 lines (12 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Emre Sunar
Program 1: at
"./at" will print an array of ten consecutive integers
Program 2: at2
"./at2" will print an array filled of ten consecutive integers, followed by an array filled with ten doubles that the user can enter after typing "./at2" -> the program will sort them and print the sorted array after
Program 3: at3
"./at3" will print an array of random numbers then sort them and print the sorted output. The user can specify the maximum amount each random number can be, and how many numbers will be in the array respectively after typing "./at3"
To compile:
1 Open the terminal
2 Type "make" to compile the C files
3 Type "make docs" to ensure that doxygen copies the html files into the proper directory
4 Execute the programs by using the commands indicated below