Question: Section 4 : Grading Criteria ( 4 . 1 ) Naming conventions, compilation and execution commands Before submission, rename your program to mainStudentID.cpp , e

Section 4: Grading Criteria
(4.1) Naming conventions, compilation and execution commands
Before submission, rename your program to
mainStudentID.cpp, e.g., main10987654d.cpp
OR mainStudentID.java, e.g., main10987654d.java
OR
mainStudentID.py, e.g.,
main10987654d.py
[C++ and Java only] Make sure that you can compile your program using the command:
g++ mainStudentID.cpp -o mainStudentID
OR javac mainStudentID.java
No marks will be given if your program cannot be compiled.
We will run your program by a command line like:
./mainStudentID input123.txt
OR java mainStudentID input123.txt
OR python
mainStudentID.py input123.txt
where the argument "input123.txt" is an example of the input filename.
Make sure that you can execute the above commands on the COMP apol lo server successfully.
Otherwise, no marks will be given. The current versions on apollo are as follows:
g++(GCC)4.8.5, javac 1.8.0_20, Python 2.7.5
 Section 4: Grading Criteria (4.1) Naming conventions, compilation and execution commands

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!