⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tasks_unit2_exercise3.html

📁 This project does not contain a full, runnable application program. Instead, the only package ope.fo
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">



<HTML LANG="en">

<HEAD>

<TITLE>Tasks: Unit 2 Exercise 3</TITLE>

<META NAME="author" CONTENT="Juha Sorva"><META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"><STYLE TYPE="text/css">

  BODY            { width: 90%; font-family: verdana, helvetica, arial, sans-serif; color: #482d2d; text-align: left; font-size: 100%; background-color: #fbf3ed; padding: 20px;}

  A:link          { text-decoration: none; color: #c05a0d; }

  A:visited       { text-decoration: none; color: #c05a0d; }

  A:hover         { text-decoration: underline; color: #ff0000;}

  TABLE.header    { width: 100%; background-color: #f1e1dc; border: 1px solid; border-color: #482d2d;}

  TABLE.header TH { text-align: left; padding: 3px 3px 3px 20px; }

  TABLE.header TD { padding: 3px; }

  PRE, CODE, TT   { font-family: courier, , monospace; }

  PRE.examplecode { background: #ffe9f0; width: 100%; padding: 5px; border-color: black; color: black; border: 1px solid; line-height: 1em; font-size: 100%; }

  PRE.examplerun  { background: #ffffff; width: 100%; padding: 5px; border-color: black; color: black; border: 1px solid; line-height: 1em; font-size: 90%; }

  H1.title        { text-align: center; font-size: 160%; margin-bottom: 1.5em; margin-top: 0.0em; letter-spacing: 1px; }

  H1.course       { text-align: center; font-size: 100%; margin-bottom: 0.0em; margin-top: 1.6em; letter-spacing: 0px; border-color: black;}

  H2              { text-align: left; font-size: 135%; margin: 1.8em 0em 0em 0em; letter-spacing: 1px; } 

  H3              { text-align: left; font-size: 115%; margin: 1.4em 0em 0em 0em; letter-spacing: 0px; }

  H4              { text-align: left; font-size: 100%; margin: 1.3em 0em 0em 0em; letter-spacing: 0px; }

</STYLE>

</HEAD>



<BODY>



<H1 CLASS="course"><A HREF="http://users.tkk.fi/t1061203/">T-106.120x Basics of Programming T/L</A></H1>

<H1 CLASS="title">Tasks: Unit 2 Exercise 3</H1>



<TABLE CLASS="header">

<TR VALIGN="top"><TH>Level and points:</TH><TD>A&nbsp;75</TD></TR>

<TR VALIGN="top"><TH>Summary:</TH><TD>Fix errors and modify a football scores project.</TD>

<TR VALIGN="top"><TH>Topics:</TH><TD>writing classes, the <CODE>if</CODE> statement, lists, syntax errors</TD></TR>

</TABLE>



<H2>Objective</H2>



<P>There are a number of errors in the given Java code which prevent the classes from being

used. Fix these errors. Two of the methods in class <CODE>Match</CODE> have not yet been implemented 

at all - you will have to fix that as well.</P>



<P>Read the project documentation for a specification of the classes. Note that the class 

<CODE>Season</CODE> which is also described in the project documentation does not exist yet, and will

only be created in a later exercise.</P>





<H2>Submitting</H2>



<P>Submit the project in Goblin as a ZIP archive.</P>





</BODY>

</HTML>



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -