click below
click below
Normal Size Small Size show me how
AP CSA Unit 1
Primitive Types
| Question | Answer |
|---|---|
| What command do you write to print a string and then create a new line? | System.out.println(...); |
| What command do you write to print a string but not create a new line? | System.out.print(...); |
| The directions programmers write in code are also known as... | commands |