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
14 questions
Основы HTML

Quiz
•
1st - 11th Grade
10 questions
HTML-LINKS

Quiz
•
11th Grade
10 questions
HTML

Quiz
•
11th Grade
14 questions
CSAwesome 3.6.1Equivalent Boolean Expressions

Quiz
•
9th - 12th Grade
15 questions
Перевод единиц измерения информации

Quiz
•
7th - 11th Grade
10 questions
Quiz 2 - HTML / CSS

Quiz
•
10th - 12th Grade
15 questions
1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

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

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade