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)
Recent activity by janie le
2
answers
Is it okay to use variable i for both outer and inner for loops ?
answered
Dec 2, 2018
in
CSC211_Winter2018
2
answers
Why k = 1 and not 2 (since k = (i + j + k) - i - k = j, and the value of j is 2)?
commented
Nov 25, 2018
in
CSC211_Winter2018
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)?
commented
Nov 25, 2018
in
CSC211_Winter2018
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
3
answers
is it "ok" to use "\n" each time you want a new line instead of writing "System.out.println("");"
answered
Nov 16, 2018
in
CSC211_Winter2018
3
answers
Is Java the most popular type of programming language?
commented
Nov 16, 2018
in
CSC211_Winter2018
3
answers
What does args do?
answered
Nov 15, 2018
in
CSC211_Winter2018
3
answers
For Practice It, do we need to include comments in our codes?
asked
Nov 15, 2018
in
CSC211_Winter2018
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
2
answers
"System.out.println {};", does this work?
commented
Nov 13, 2018
in
CSC211_Winter2018
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
...