-
Due
Feb 10, 2020 by
9:10am
-
Points
1
-
Available
after Feb 10, 2020 at 9am
Fill in the blanks of the following program.
#include <iostream>
using namespace std;
int main(){
// Blank 1.
_____ userInput;
cout << "Please enter a number to test: ";
// Blank 2.
cin ____ userInput;
// Blanks 3 & 4.
if(userInput ___ 2 ___ 0){
cout << "Your number is even." << endl;
// Blank 5.
} ____ {
cout << "Your number is odd." << endl;
}
return 0;
}
1581343800
02/10/2020
09:10am
Rubric
Can't change a rubric once you've started using it.
Title
You've already rated students with this rubric. Any major changes could affect their assessment results.
Title
Criteria |
Ratings |
Pts
|
This criterion is linked to a Learning Outcome
Description of criterion
threshold:
5 pts
|
5
to >0 pts
Full Marks
blank
|
0
to >0 pts
No Marks
blank_2
|
This area will be used by the assessor to leave comments related to this criterion.
|
pts
/
5 pts
--
|
This criterion is linked to a Learning Outcome
Description of criterion
threshold:
5 pts
|
5
to >0 pts
Full Marks
blank
|
0
to >0 pts
No Marks
blank_2
|
This area will be used by the assessor to leave comments related to this criterion.
|
pts
/
5 pts
--
|
Total Points:
5
out of 5
|