<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>MiraiEngineer</author_name>
  <author_url>https://blog.hatena.ne.jp/MiraiEngineer/</author_url>
  <blog_title>未来エンジニア養成所Blog</blog_title>
  <blog_url>https://phoeducation.work/</blog_url>
  <categories>
    <anon>Java</anon>
    <anon>問題</anon>
  </categories>
  <description>問題1-11 int型変数xが1で初期化されています。 xの値をwhile文を用いて2倍していき、その都度値を出力します。 xの値が1000を超えた段階でループを終了してください。 【実行結果】 1 2 4 8 16 32 64 128 256 512 【WhileBasicPractice.java】 public class WhileBasicPractice { public static void main(String[] args) { int x = 1; // while文の開始 } } 解答例 【WhileBasicPractice.java】 public class W…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fphoeducation.work%2Fentry%2F20220117%2F1642373880&quot; title=&quot;【Java】基本構文に関する問題1-11 - 未来エンジニア養成所Blog&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>https://phoeducation.com/blog_img/BlogTitle(20220117).png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-01-17 07:58:00</published>
  <title>【Java】基本構文に関する問題1-11</title>
  <type>rich</type>
  <url>https://phoeducation.work/entry/20220117/1642373880</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
