<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Uhiko</author_name>
  <author_url>https://blog.hatena.ne.jp/Uhiko/</author_url>
  <blog_title>Uhikoのブログ</blog_title>
  <blog_url>https://uhiko.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>この記事は前回の続きです。 3.変数について プログラミングには、「変数」という概念があります。 ＜変数の考え方＞ これは、変数aという箱を用意し、10を代入する様子です。 ...百聞は一見に如かず！コードを見てみましょう。 import java.util.*; public class Main { public static void main(String[] args) throws Exception { //Your code here! int a; a = 10; } } このコードは、int型のaを用意して、10を入れています。 int a; 意味：aという名前のint型（…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fuhiko.hateblo.jp%2Fentry%2F2023%2F04%2F15%2F191700&quot; title=&quot;Java入門その２ - Uhikoのブログ&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://cdn-ak.f.st-hatena.com/images/fotolife/U/Uhiko/20230415/20230415190944.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-04-15 19:17:00</published>
  <title>Java入門その２</title>
  <type>rich</type>
  <url>https://uhiko.hateblo.jp/entry/2023/04/15/191700</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
