What does <= mean?
C++ 變數/輸入/輸出

Quiz
•
Computers
•
11th Grade
•
Easy
永進 顏
Used 5+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
less than
greater than
less than or equal to
greater than or equal to
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the only function all C++ programs must contain?
start()
system()
main()
program()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct comment?
*/ Comments */
** Comment **
/* Comment */
{ Comment }
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Program
int main()
{
cout<<"Hi everybody";
return 0;
}
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
如何輸出一個換行符號
\r
\n
\t
\"
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print("他說:"好,我試試",然後他就逝世了\n");
請寫出這行程式的執行結果
"他說:"好,我試試",然後他就逝世了\n"
他說:"好,我試試",然後他就逝世了
他說: 好,我試試 ,然後他就逝世了
無法執行
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
如何輸入三角形的三個邊(複選)
int x, y, z;
cin >> x;
cin >> y;
cin >> z;
int x, y, z;
cin >> x, y, z;
int x, y, z;
cin >> x >> y >> z
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
HTML Introduction

Quiz
•
3rd Grade - Professio...
15 questions
Proses Pemrograman

Quiz
•
11th Grade
15 questions
HTML

Quiz
•
9th - 12th Grade
11 questions
Basic HTML Tags I

Quiz
•
9th - 12th Grade
13 questions
HTML тегтері

Quiz
•
1st Grade - University
5 questions
C++ Unit 1 Day 4 Warm-Up

Quiz
•
9th - 12th Grade
10 questions
HTML Tables

Quiz
•
9th - 12th Grade
10 questions
Boolean Comparison

Quiz
•
7th - 12th Grade
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade