IMPORTANT: You will get no credit for this assignment. However, if you do not complete this assignments you may encounter problems submitting the next assignments on time.
The goal of this assignment is to make sure that:
- You know how to access the omega server, and how to write C code that runs on omega.
- You know how to submit assignments solutions to Blackboard.
Task:
Write a C program that:
- Asks the user to enter two integers.
- Prints out, in ascending order, every integer between those two integers (including the two integers themselves). Each line of output should contain a single number.
You should make sure that the program compiles and runs correctly on omega.uta.edu. You can access omega using SSH.
Log in to Blackboard and submit a file, titled "first.c", containing your solution.
Back to the list of assignments.