Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Databases With Application To GIS

Authors: Philippe Rigaux, Michel Scholl, Agnès Voisard

1st Edition

1558605886, 978-1558605886

Students also viewed these Databases questions

Question

What is the Definition for Third Normal Form?

Answered: 1 week ago

Question

Provide two examples of a One-To-Many relationship.

Answered: 1 week ago