To print "Foo Bar" on the console, we could use this command:
C# Basic

Quiz
•
Computers
•
Professional Development
•
Medium
PRG TRAINER GLID
Used 5+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
print("Foo Bar")
cout << "Foo Bar"
echo "Foo Bar"
System.out.println("Foo Bar")
Console.WriteLine("Foo Bar")
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
C# is an extension of ...
C
C++
Java
Objective-C
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which is the comment in C#?
// This is a comment
/* This is a comment
# This is a comment
:: This is a comment
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A line of characters in C# ...
string
str
String
chars
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which is correct?
x = 13;
num x = 13;
double x = 13;
int x = 13;
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which is correct?
int pi = 3.14D;
int pi = 3.14;
float pi = 3.14;
double pi = 3.14D;
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
To get the length of a string object called line
int n = line.Length;
int n = line.length();
int n = line.len();
int n = string.getLength(line);
Create a free account and access millions of resources
Similar Resources on Quizizz
32 questions
C# Skill Review

Quiz
•
12th Grade - Professi...
30 questions
Guia Examen Java - TUC

Quiz
•
Professional Development
32 questions
WP CHAPTER1 TO 3

Quiz
•
Professional Development
25 questions
Java Quiz

Quiz
•
Professional Development
30 questions
C BASICS

Quiz
•
Professional Development
30 questions
Module 2 Review

Quiz
•
Professional Development
30 questions
Volume 4

Quiz
•
Professional Development
25 questions
AP CSA Unit 1&2 Test

Quiz
•
8th Grade - Professio...
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade