Login with Google
Questions
Unanswered
Tags
Users
Ask a Question
User robel ayele
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 robel ayele
2
answers
Can anyone tell me what primitive types are and how many are there?
commented
Feb 10, 2019
in
CSC211_Winter2018
5
answers
How do I get the graphics pen?
answered
Feb 10, 2019
in
CSC211_Winter2018
2
answers
In "panel.sleep(100)", what is the unit of 100?
answered
Feb 10, 2019
in
CSC211_Winter2018
1
answer
Does the index of a certain String start from 0 or 1?
answered
Feb 10, 2019
in
CSC211_Winter2018
3
answers
What is the syntax for single and multi line comments?
answer edited
Feb 10, 2019
in
CSC211_Winter2018
3
answers
What are the 3 logical operators and the precedence of those?
answered
Feb 10, 2019
in
CSC211_Winter2018
2
answers
How do you add the images and sound to your CatchIt program?
answered
Feb 7, 2019
in
CSC211_Winter2018
2
answers
anyone who can explain this for me, How many times is the while loop is going to execute this code?
asked
Jan 28, 2019
in
CSC211_Winter2018
5
answers
if one method has three if /else, and if the first test is true do we just skip the others test and statements?
asked
Jan 24, 2019
in
CSC211_Winter2018
4
answers
How about for charAt(3) for the string "Hello"?. would it be the first "l" or the second one?
answered
Jan 24, 2019
in
CSC211_Winter2018
1
answer
Why is it important to declare variable before a loop, even if the code still works if we declare it inside a loop?
asked
Jan 21, 2019
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 15, 2018
in
CSC211_Winter2018
...