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
C++程式

Quiz
•
11th Grade - University
15 questions
Hyperlink Tags (HTML)

Quiz
•
6th - 12th Grade
10 questions
Информатика 11 сынып HTML

Quiz
•
1st - 12th Grade
10 questions
HTML Images

Quiz
•
9th - 12th Grade
15 questions
Основы веб-конструирования

Quiz
•
11th Grade
12 questions
HTML Basics

Quiz
•
7th - 12th Grade
10 questions
<HTML> Etichete </HTML>

Quiz
•
11th Grade
10 questions
HTML Basic Tags

Quiz
•
7th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade