⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 delphiq1.xml

📁 Delphi XML & XPATH源代码
💻 XML
字号:
  <question id="Q1">
    <query>What is the value of i at the end of this code?
  for i := 1 to 5 do
    if i = 2 then
      Continue
    else if i = 4 then
      Break;
    </query>
    <answers type="radio">
      <answer>2</answer>
      <answer>3</answer>
      <answer correct="true">4</answer>
      <answer>5</answer>
      <answer>Undefined</answer>
    </answers>
    <explanation>The Continue causes the loop to return to the beginning,
whereas the Break causes the loop to exit.
    </explanation>
  </question>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -