<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bluelightbleze</author_name>
  <author_url>https://blog.hatena.ne.jp/bluelightbleze/</author_url>
  <blog_title>全知全能を目指す人のありがたい雑記</blog_title>
  <blog_url>https://bluelightbleze.hatenablog.com/</blog_url>
  <categories>
    <anon>学生の課題によくあるコード</anon>
    <anon>java</anon>
  </categories>
  <description>入力が一定ではないならリストの方が良いんだけどなぁ… っていうのは学生の課題だから仕方ない？とりあえず、配列の要素数は5にしています。 いつも通り、機能要件を満たす最低限のコードしか書いてません。 import java.util.*; public class Main { public static void main(String[] args) throws Exception { Scanner s = new Scanner(System.in); int[] array = new int[5]; int min = Integer.MAX_VALUE; int max = 0;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbluelightbleze.hatenablog.com%2Fentry%2F2018%2F10%2F02%2F142215&quot; title=&quot;配列を使用して入力した数字から最大値・最小値・平均値を求めるプログラム - 全知全能を目指す人のありがたい雑記&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>2018-10-02 14:22:15</published>
  <title>配列を使用して入力した数字から最大値・最小値・平均値を求めるプログラム</title>
  <type>rich</type>
  <url>https://bluelightbleze.hatenablog.com/entry/2018/10/02/142215</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
