Facebook Sharer
选择您要替换的背景颜色:
【农历新年】背景图片:
个性化设定
 注册  找回密码
查看: 2926|回复: 26
打印 上一主题 下一主题

学校的功课终于难到我了~~伤~~

[复制链接]

33

主题

15

好友

964

积分

青铜长老

Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

跳转到指定楼层
1#
发表于 2011-7-19 07:09 PM |只看该作者 |正序浏览
Write a Java program that converts a temperature from degrees Fahrenheit to degree Celsius.  The formula for converting the temperature from degrees Fahrenheit to degrees Celsius is :
C = (5.0 / 9.0 ) ( F – 32)
Your program should prompt the user to enter a temperature given in degrees Fahrenheit.   The program should output the temperature both in degrees Fahrenheit and in degrees Celsius.  Use GUI screen to accept input and display output.  Format your output to have two decimal places.




收藏收藏0

3

主题

0

好友

2953

积分

白金长老

Rank: 10

27#
发表于 2011-7-24 04:14 PM |只看该作者
给楼主一个忠告:好好的自我检讨吧。


回复

使用道具 举报

7

主题

1

好友

5108

积分

一流名嘴

Rank: 12Rank: 12Rank: 12

26#
发表于 2011-7-21 11:24 PM |只看该作者
如果真有心去學习的話,這個题目根本不是問題
而且從第一帖子到最后都没看到楼主把自己尝试编写的 coding 貼出来,這和守株待兔没什么分别


回复

使用道具 举报

33

主题

15

好友

964

积分

青铜长老

Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

25#
发表于 2011-7-21 01:53 PM |只看该作者
sry sry sry , i false .............i didnt c


回复

使用道具 举报

57

主题

1

好友

3274

积分

本站名嘴

Rank: 11Rank: 11

24#
发表于 2011-7-21 10:28 AM |只看该作者
回复 24# leon_lcl


    读business的干嘛还要去读programming ?   根本就是不同的东西   楼主抱着像读business的态度去读的话迟早也是打包的
programming 不是像business靠背就能的


回复

使用道具 举报

16

主题

0

好友

1188

积分

黄金长老

Rank: 8Rank: 8Rank: 8Rank: 8Rank: 8Rank: 8Rank: 8Rank: 8

23#
发表于 2011-7-21 09:25 AM |只看该作者
这个楼主 那么简单的东西都不会  diploma的时候读的是什么东西 ?  
programming 是要靠自己头脑转才能明白 ...
qwqwqwqw 发表于 2011-7-21 02:28 AM


觉得楼主的态度真的有问题,没看过叫别人帮忙还酱嚣张的。


回复

使用道具 举报

57

主题

1

好友

3274

积分

本站名嘴

Rank: 11Rank: 11

22#
发表于 2011-7-21 02:28 AM |只看该作者
这个楼主 那么简单的东西都不会  diploma的时候读的是什么东西 ?  
programming 是要靠自己头脑转才能明白的东西   你不试下做就算了  来这边问问题还LCLY 回答你了也是LCLY
连declare跟initiate value在同一行也不会  看完了这个贴跟回复   我只看到一头猪在LCLY
鉴定完毕


回复

使用道具 举报

2

主题

0

好友

251

积分

支柱会员

Rank: 4Rank: 4Rank: 4Rank: 4

21#
发表于 2011-7-21 12:53 AM |只看该作者
回复  seongchog
String input = "30"; // get user input from io.    《《《 这个不是 Dec ...
宅男-兜着走 发表于 2011-7-20 10:54 PM



老师说要:
String input;
input="30";

楼猪是个乖宝宝(看头像就懂了),只能听老师的话。


回复

使用道具 举报

46

主题

6

好友

6456

积分

百变名嘴

Rank: 13Rank: 13Rank: 13Rank: 13

20#
发表于 2011-7-20 10:54 PM |只看该作者
本帖最后由 宅男-兜着走 于 2011-7-20 11:00 PM 编辑

回复 20# seongchog


        String input = "30"; // get user input from io.    《《《 这个不是 Declare 了哦 ?
    double fah = double.parseDouble(input); 《《《 这个不是 Declare 了哦 ?

    double cel  = (5.0 / 9.0 )  *  ( fah – 32); 《《《 这个不是 Declare 了哦 ?
    DecimalFormat df = new DecimalFormat("#.##"); // declare decimal format 《《《 这个不是 Declare 了哦 ?

    System.out.println(df.format(cel));

只是没画 GUI 罢了, Namespace Include/Import 了还是能运行的。
你让我改观了, 丢脸下连Declare variable 都不懂是什么,
不能跑自己不会DEBUG, 你不如跟你老师拿答案, 考试也是, 我看连文凭也拿过来算了, 不必读。
酱的题目你30 年也做不出,凭你酱的学习态度
你商业文凭就够了背背下就好, 不必思考,  CS 文凭  免了, 怕您浪费钱又伤脑

PS: 我同学们有几个也跟你一样, 结果退学了不然就 FAIL 整年 , 还有我没说 2 分钟, 挣大眼睛。


回复

使用道具 举报

31

主题

0

好友

1228

积分

黄金长老

Rank: 8Rank: 8Rank: 8Rank: 8Rank: 8Rank: 8Rank: 8Rank: 8

19#
发表于 2011-7-20 10:29 AM |只看该作者
我做来做去还是少些,不只哪里不对。
seongchog 发表于 2011-7-19 09:19 PM

把你做好觉得有问题的 code 放上来,这里的人帮你纠正。好过你一味来这边求答案。


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

JBTALKS.CC |联系我们 |隐私政策 |Share

GMT+8, 2025-1-9 05:45 PM , Processed in 0.110351 second(s), 28 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

Ultra High-performance Dedicated Server powered by iCore Technology Sdn. Bhd.
Domain Registration | Web Hosting | Email Hosting | Forum Hosting | ECShop Hosting | Dedicated Server | Colocation Services
本论坛言论纯属发表者个人意见,与本论坛立场无关
Copyright © 2003-2012 JBTALKS.CC All Rights Reserved
合作联盟网站:
JBTALKS 马来西亚中文论坛 | JBTALKS我的空间 | ICORE TECHNOLOGY SDN. BHD.
回顶部