<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>madotubo</author_name>
  <author_url>https://blog.hatena.ne.jp/madotubo/</author_url>
  <blog_title>言語解明</blog_title>
  <blog_url>https://madotubo.hatenadiary.org/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>繰り返し文はbreak文を使うと途中で終了させることができる。continue文を使うと、それ以下の処理を飛ばし、次のループに移ることができる。for文では終了条件をひとつしか記入できないので、このような場合はbreakが必要となる。 #include&lt;stdio.h&gt; int main(){ int i; int num; do{ printf(&quot;何回目で終了しますか？(10以下)\n&quot;); scanf(&quot;%d&quot;,&amp;num); }while(num &gt; 10); for(i=1; i&lt;=10; i++){ printf(&quot;%d回目のループです\n&quot;,i); if(i == num){ pri…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmadotubo.hatenadiary.org%2Fentry%2F20081124%2F1227529341&quot; title=&quot;breakで処理操作 - 言語解明&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-11-24 21:22:21</published>
  <title>breakで処理操作</title>
  <type>rich</type>
  <url>https://madotubo.hatenadiary.org/entry/20081124/1227529341</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
