Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lab4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Malvika.Singh
lab4
Commits
f2c0f0a7
Commit
f2c0f0a7
authored
2 years ago
by
Malvika.Singh
Browse files
Options
Downloads
Patches
Plain Diff
Update src/main/java/no/uib/inf101/colorgrid/TextQuestions.java
parent
6ed3ead3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/no/uib/inf101/colorgrid/TextQuestions.java
+6
-6
6 additions, 6 deletions
src/main/java/no/uib/inf101/colorgrid/TextQuestions.java
with
6 additions
and
6 deletions
src/main/java/no/uib/inf101/colorgrid/TextQuestions.java
+
6
−
6
View file @
f2c0f0a7
...
...
@@ -9,7 +9,7 @@ public final class TextQuestions {
* How many methods does a class implementing IColorGrid need to
* implement at minimum?
*/
static
final
Integer
a1
=
null
;
static
final
Integer
a1
=
5
;
/**
* Consider the interface IColorGrid, and notice how it extends the
...
...
@@ -18,7 +18,7 @@ public final class TextQuestions {
* true or false: If an object has the type IColorGrid, it must
* also have the type CellColorCollection.
*/
static
final
Boolean
a2
=
null
;
static
final
Boolean
a2
=
true
;
/**
* Consider the interface IColorGrid, and notice how it extends the
...
...
@@ -27,7 +27,7 @@ public final class TextQuestions {
* true or false: If an object has the type CellColorCollection, it
* must also have the type IColorGrid.
*/
static
final
Boolean
a3
=
null
;
static
final
Boolean
a3
=
false
;
/**
* Consider the interface IColorGrid, and notice how it extends the
...
...
@@ -36,7 +36,7 @@ public final class TextQuestions {
* true or false: If an object has the type GridDimension, it
* must also have the type CellColorCollection.
*/
static
final
Boolean
a4
=
null
;
static
final
Boolean
a4
=
false
;
/**
* Consider the interface IColorGrid, and notice how it extends the
...
...
@@ -45,7 +45,7 @@ public final class TextQuestions {
* true or false: for an object to have the type IColorGrid, it must
* belong to a class that implements the interface IColorGrid.
*/
static
final
Boolean
a5
=
null
;
static
final
Boolean
a5
=
true
;
/**
* Consider the interface IColorGrid, and notice how it extends the
...
...
@@ -54,5 +54,5 @@ public final class TextQuestions {
* true or false: for a class to inherit the type GridDimension, it is
* sufficient to implements IColorGrid.
*/
static
final
Boolean
a6
=
null
;
static
final
Boolean
a6
=
true
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment