Login with Google
Questions
Unanswered
Tags
Users
Ask a Question
User rebecca casad
Wall
Recent activity
All questions
All answers
Welcome to the
CSC Q&A
, on our server named in honor of
Ada Lovelace
. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.
Categories
All categories
CSC305
(606)
CSC380Jan2024
(55)
CSC335 Fall 2022
(67)
CSC150
(114)
CSC201
(229)
CSC202
(2)
CSC215
(27)
CSC285
(142)
CSC310
(0)
CSC320
(72)
CSC330
(4)
CSC335
(106)
CSC350
(19)
CSC371
(16)
CSC490
(185)
DATA360
(62)
Other
(5)
old_CSC201
(39)
old_CSC211
(268)
old_CSC212
(22)
Answers by rebecca casad
+1
vote
You declare a variable in the main method then try to use the variable in a diff static method. Why can't you do this?
answered
Feb 12, 2019
in
CSC211_Winter2018
+2
votes
If you want to give a name to a value that will never change while your program runs, you would create a what?
answered
Feb 12, 2019
in
CSC211_Winter2018
+4
votes
What does a compiler do?
answered
Feb 11, 2019
in
CSC211_Winter2018
+4
votes
Procedural ______ is the act of splitting up a task into smaller subtasks that can be solved separately.
answered
Feb 11, 2019
in
CSC211_Winter2018
+4
votes
The scope of a ______ restricts where it can be accessed/used within the code.
answered
Feb 11, 2019
in
CSC211_Winter2018
0
votes
When adding images, do I drag them into the Project file or the src file?
answered
Feb 11, 2019
in
CSC211_Winter2018
+4
votes
What will be the value of true || false and True && False?
answered
Feb 11, 2019
in
CSC211_Winter2018
+3
votes
How do we create a new color?
answered
Feb 11, 2019
in
CSC211_Winter2018
+2
votes
"Inside string literals, the \ character serves a special purpose as the ____ character."
answered
Feb 11, 2019
in
CSC211_Winter2018
+7
votes
Dragon Project Instructions
answered
Jan 31, 2019
in
CSC211_Winter2018
+9
votes
How are public classes useful for organizing code?
answered
Nov 15, 2018
in
CSC211_Winter2018
...