C++ 變數/輸入/輸出

Quiz
•
Computers
•
11th Grade
•
Easy
永進 顏
Used 5+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does <= mean?
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
11 questions
資訊測驗-高年級

Quiz
•
10th - 12th Grade
10 questions
Quiz 13 - For Loops

Quiz
•
11th Grade
15 questions
閱讀競賽_低級組_2

Quiz
•
9th - 12th Grade
10 questions
C++ Basics Quiz

Quiz
•
9th - 12th Grade
15 questions
HTML

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

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

Quiz
•
7th - 12th Grade
15 questions
ULANGAN HARIAN INFORMATIKA 5

Quiz
•
11th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
20 questions
Scalars, Vectors & Graphs

Quiz
•
11th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
10 questions
Solving Equations Opener

Quiz
•
11th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade