<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>javako</author_name>
  <author_url>https://blog.hatena.ne.jp/javako/</author_url>
  <blog_title>プログラム超初心者がJavaを勉強しはじめた</blog_title>
  <blog_url>https://javako.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>do～while文とは while文の付けたし版。 まず、この処理をやってから、条件を満たしている限り同じ処理を繰り返して欲しいときに使う構文。 do～while文はwhileで指定した条件がfalseでも、必ず1回はdoの処理を実行します。 do～while文の書き方 do{ はじめにしたい処理 ｝while（条件）; whileの条件の最後には「;（セミコロン）」が付きます。 プログラム例 int i = 8; do{ System.out.println( i + &quot;番目の処理です&quot;); i++; }while( i &lt; 5); System.out.println(&quot; &quot;); 実行結果…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjavako.hateblo.jp%2Fentry%2F2019%2F01%2F15%2F130001&quot; title=&quot;【Java】do～while文 - プログラム超初心者がJavaを勉強しはじめた&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>2019-01-15 13:00:01</published>
  <title>【Java】do～while文</title>
  <type>rich</type>
  <url>https://javako.hateblo.jp/entry/2019/01/15/130001</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
