AP Computer Science A #2

This one is a gridded odd one out quiz! Have fun!
Quiz by DankQuizzer16
Rate:
Last updated: October 2, 2023
You have not attempted this quiz yet.
First submittedOctober 2, 2023
Times taken21
Average score77.8%
Report this quizReport
4:00
The quiz is paused. You have remaining.
Scoring
You scored / = %
This beats or equals % of test takers also scored 100%
The average score is
Your high score is
Your fastest time is
Keep scrolling down for answers and more stats ...
Question 1 of 5
Select the odd one out
possible way of successfully storing stuff in a variable
int num = 23456;
double qwertyuiop = "I hate DankQuizzer16!";
String innocent = "I am the correct answer, EVERYTHING ELSE IS WRONG.";
int hi = 18749875;
double num = 3.5;
String qwerty = "Subscribe to DankQuizzer16 for more amazing quizzes!";
String wordy = "This is the wrong answer";
double hello = 0.1134;
char d = "d";
YES
NO
Question 2 of 5
Select the odd one out
printing statements that failed to print JetPunk
System.out.println("JetPunk");
System.print("JetPunk")
System.out.println(JetPunk);
Print("PunkJet");
System.out.println("Jetpunk)
System.out.println("PunkJet");
System.out.print.JetPunk
System.out(JetPunk);
System.out.println(Jetpunk");
YES
NO
Question 3 of 5
Select the odd one out
Non-existent data types
python
double
triple
quintuple
single
word
quadruple
number
java
YES
NO
Question 4 of 5
Select the odd one out
Successful java code statements
return("number");
double decimal = 4/5
int num = 5*4
Scanner scanScan = new Scanner(System.in);
double y = 4
.substring(3,6);
System.out.println("Hi");
.quality(0,10);
int x = 4
YES
NO
Question 5 of 5
Select the odd one out
Math symbols used in java
-
=
@
%
==
+=
*
-=
/
YES
NO
Comments
No comments yet