Login with Google
Questions
Unanswered
Tags
Users
Ask a Question
User joshua anderson
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
(649)
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 joshua anderson
+4
votes
Test Question
answered
Dec 2, 2019
in
CSC305 Fall 2019
+12
votes
First Question
answered
Oct 31, 2019
in
CSC305 Fall 2019
+13
votes
When finding a substring in the String class, do you start counting at 0 or at 1?
answered
Jan 25, 2019
in
CSC211_Winter2018
string
class
+7
votes
What method does a s.length(...) call when it is attached to a specific String object s?
answered
Jan 25, 2019
in
CSC211_Winter2018
+14
votes
How does equalsIgnoreCase work?
answered
Jan 25, 2019
in
CSC211_Winter2018
+5
votes
How can I extract the number of frames in a video with a command?
answered
Jan 24, 2019
in
CSC285_Fall2018
+12
votes
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
+15
votes
if one method has three if /else, and if the first test is true do we just skip the others test and statements?
answered
Jan 24, 2019
in
CSC211_Winter2018
+8
votes
What is System.out.printf() mean?
answered
Jan 15, 2019
in
CSC211_Winter2018
+14
votes
Does anyone know what other shapes you can make for the graphics project besides squares and circles?
answered
Jan 15, 2019
in
CSC211_Winter2018
+11
votes
What am I doing wrong if I get "void cannot be converted to int" in the main method?
answered
Jan 11, 2019
in
CSC211_Winter2018
+12
votes
Can you include multiple conditions in an if statement if the result for the conditions are the same?
answered
Jan 10, 2019
in
CSC211_Winter2018
+7
votes
How do I install Java and Eclipse on my own computer?
answered
Dec 6, 2018
in
CSC211_Winter2018
eclipse
java
install
setup
+6
votes
How can I insert Tab in Practice It?
answered
Nov 16, 2018
in
CSC211_Winter2018
...