Login with Google
Questions
Unanswered
Tags
Users
Ask a Question
User janie le
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)
Questions by janie le
+16
votes
2
answers
Why k = 1 and not 2 (since k = (i + j + k) - i - k = j, and the value of j is 2)?
asked
Nov 25, 2018
in
CSC211_Winter2018
+22
votes
1
answer
For the question as below, if int y = x and x = 5, why y = y + x = 8 and not 10 (since we have int y=x)?
asked
Nov 20, 2018
in
CSC211_Winter2018
+20
votes
1
answer
For question: int result = (int) (8.5 + 3.7 - 2.1), what does the "(int)" mean?
asked
Nov 20, 2018
in
CSC211_Winter2018
+20
votes
3
answers
For Practice It, do we need to include comments in our codes?
asked
Nov 15, 2018
in
CSC211_Winter2018
+16
votes
3
answers
What should the output if we have ("Yes,\tit\tis.") then? I try to keep counting 8 spaces but it didn't work.
asked
Nov 13, 2018
in
CSC211_Winter2018
+12
votes
1
answer
If there are two Escape sequences "\t\t", for the second \t, do we count on the 8th or 9th column?
asked
Nov 13, 2018
in
CSC211_Winter2018
...