Class Libraries

Practice Questions

Computer Science › Class Libraries

Questions
3
1

What line of code is needed to import in order to use Color in the following format Color.Blue, Color.RED, Color.White?

2

Which of the following header statements allow you to omit using the std:: when using cout?

3

Which of the access modifiers don't work in Java?

Return to subject