Question: Section 4 : Grading Criteria ( 4 . 1 ) Naming conventions, compilation and execution commands Before submission, rename your program to mainStudentID.cpp , e
Section : Grading Criteria
Naming conventions, compilation and execution commands
Before submission, rename your program to
mainStudentID.cpp eg maindcpp
OR mainStudentID.java, eg maindjava
OR
mainStudentID.py eg
maindpy
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 inputtxt
OR java mainStudentID inputtxt
OR python
mainStudentID.py inputtxt
where the argument "inputtxt 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:
gGCC javac Python
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
