<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Cpurapura</author_name>
  <author_url>https://blog.hatena.ne.jp/Cpurapura/</author_url>
  <blog_title>はてな？プログラム</blog_title>
  <blog_url>https://cpurapura.hatenablog.com/</blog_url>
  <categories>
    <anon>プログラム</anon>
    <anon>if else</anon>
  </categories>
  <description>#include &lt;stdio.h&gt; int main() { int n = 10; if( n == 10 ) { printf(&quot;同じ\n&quot;); } else { printf(&quot;違う\n&quot;); } return 0; } 出力 同じ ifは、()の中の条件によって{}内のプログラムを読み飛ばしたりしなかったりする？ elseは、ifの条件に当てはまらないやつ？を実行するの？ ==は、左と右のが同じなら条件を満たすってな感じ？ 条件の式は、==だけではなくて !=左のと右のが違うとか&lt;左のより右のほうが大きいとか&gt;その逆など ほかにも&lt;=左以上や、&gt;=以下などあるらしい if( n )み…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcpurapura.hatenablog.com%2Fentry%2F2017%2F07%2F14%2F134718&quot; title=&quot;if - はてな？プログラム&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>2017-07-14 13:47:18</published>
  <title>if</title>
  <type>rich</type>
  <url>https://cpurapura.hatenablog.com/entry/2017/07/14/134718</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
