- Information
- AI Chat
Was this document helpful?
CSCI 1581 Lab00
Course: Software Design and Development I Laboratory (CSCI-1581)
4 Documents
Students shared 4 documents in this course
University: University of New Orleans
Was this document helpful?
UNIVERSITY of NEW ORLEANS
DEPARTMENT OF COMPUTER SCIENCE
CSCI1581: Lab 0-Problem Set 0:
Data in → Processing → Data out
P1 Solutions limited in scope to:
● input/scanner
● output/print
● storage/variable
● arithmetic
● modulus
● logical
● relational
● equality
● casting
Submission Rules:
1. Submissions must be zipped into a handin.zip file. Each problem must be implemented in its
own class file. Use the name of the problem as the class name.
2. You must use standard input and standard output for ALL your problems. It means that the
input should be entered from the keyboard while the output will be displayed on the screen.
3. Your source code files should include a comment at the beginning including your name and
that problem number/name.
4. The output of your solutions must be formatted exactly as the sample output to receive full
credit for that submission.
5. Compile & test your solutions before submitting.
6. Each problem is worth up to 10 points total. The breakdown is as follows: 2 points for
compiling, 3 points for correct output with sample inputs, 5 points for additional inputs.
7. This lab is worth a max total of 40 points. You can complete as many problems as you like,
but cannot receive more than 40 points towards the lab grade. All points in excess of that
are for bragging rights. (Check the scoreboard to see how you did!).
8. Submission:
● You have unlimited submission attempts until the deadline passes.
● You will receive your lab grade immediately after submitting.