<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jwalrus</author_name>
  <author_url>https://blog.hatena.ne.jp/jwalrus/</author_url>
  <blog_title>レッスン with Java言語プログラミングレッスン</blog_title>
  <blog_url>https://jwalrus.hatenadiary.org/</blog_url>
  <categories>
    <anon>第9章</anon>
  </categories>
  <description>ようやく配列の使い方が明らかに。List9-2の&quot;Heikin2.java&quot;まで来たのですが、Stringの長さがlengthメソッドで取れるなら、配列の長さだってlengthで取れそうなものです。 ということで、チャレンジ。 public class Heikin2 { public static void main(String[] args) { int[] ten; double heikin = 0; ten = new int[3]; ten[0] = 63; ten[1] = 90; ten[2] = 75; for (int i = 0; i &lt; ten.length; i++…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjwalrus.hatenadiary.org%2Fentry%2F20060413%2F1144914331&quot; title=&quot; 平均点を計算する。 - レッスン with 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>2006-04-13 16:45:31</published>
  <title> 平均点を計算する。</title>
  <type>rich</type>
  <url>https://jwalrus.hatenadiary.org/entry/20060413/1144914331</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
