| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 937 人关注过本帖
标题:为什么这些java老是不对???
取消只看楼主 加入收藏
MAHLONAA
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2008-3-18
收藏
 问题点数:0 回复次数:0 
为什么这些java老是不对???
<html> <head>
<title>Assignment 4 - Basketball Program</title><head>
<script language="javascript" src="http://www.student.cs.uwaterloo.ca/~cs100/cs100.js">
</script>


</head><script language="javascript">

   
 <body>  <script language="javascript">

    var date,games,awayTeamScore,awayTeam,awayTeam1,awayTeamScore1,homeTeam,homeTeamScore,homeTeam1,homeTeamScore1
var i=0
date = inputString ("Enter the date")
for (;;)   
{
games = inputNum ("Enter the number of games played",0)
if(i==games) break
homeTeam = inputString ("Enter the name of the home team")   
homeTeamScore = inputNum ("Enter the score of the home team")   
awayTeam = inputString ("Enter the name of the away team")   
awayTeamScore = inputNum ("Enter the score of the away team")   
  
i=i+1

}
outputLine("<h1>Basketball Results for "+date+"</h1>)

outputLine("")

outputLine (homeTeam+" - <i>"+homeTeamScore+"</i>")

outputLine (awayTeam+" - <i>"+awayTeamScore+"</i>")

outputLine ("")

outputLine (awayTeam1+" - <i>"+awayTeamScore1+"</i>")

outputLine (homeTeam1+" - <i>"+homeTeamScore1+"</i>")
outputLine("")
outputLine("")
outputLine("Highest margin of victory: "+"(")
</script> <body> </html>  

已经要崩溃了,怎么也做不出
这个问题是 先让我1)输入日期,然后输入 2)今天打了几场球?
3)比如输入了3场,就会让我输入3次球场的对手和自己的名字和分数,输完3次后自动end loop,
最后显示在屏幕的是:
4)日期, 出现 每个的5)队名 和 6)分数。
在最后 出现 7)“最大差距的分数是 ”(也就是说Max-min得出的结果)

请大家帮帮忙!~作了一天还是不行
搜索更多相关主题的帖子: java script games head 
2008-03-18 09:19
快速回复:为什么这些java老是不对???
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.018645 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved