Answer:
C: You need to use a web browser to get to the search engine
Answer:
The answer is toy
Explanation:
I think toy is the odd one out
Indents? Double Space? one of those
Answer:
public class Main
{
public static void main(String[] args) {
char greekLetter = '^';
System.out.println(greekLetter);
}
}
Explanation:
Create a char variable called greekLetter and set it to the ^
Print the greekLetter to the screen