JBTALKS.CC

标题: 学校的功课终于难到我了~~伤~~ [打印本页]

作者: seongchog    时间: 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.
作者: zax1992    时间: 2011-7-19 07:44 PM
回复 1# seongchog


    你读utar的?
作者: 宅男-兜着走    时间: 2011-7-19 08:26 PM
你以后想做 IT 相关行业 吗?

如果不想或不喜欢, 称现在快点转系。
这应该是你的第一个 Programming 功课
回头还来得及,
作者: leon_lcl    时间: 2011-7-19 09:13 PM
这个是比较基础的问题,去看看课本或笔记,应该会从中想到答案。如果直接给你答案,会害了你
作者: seongchog    时间: 2011-7-19 09:19 PM
我做来做去还是少些,不只哪里不对。
作者: seongchog    时间: 2011-7-19 09:19 PM
我做来做去还是少些,不只哪里不对。
作者: seongchog    时间: 2011-7-19 09:19 PM
我做来做去还是少些,不只哪里不对。
作者: seongchog    时间: 2011-7-19 09:26 PM
回复 3# 宅男-兜着走 [



我刚对读完  diploma bussiness ..
现在我又读computer science 。现在我常识不一样的couse, 小弟现在不断的学习,希望大家能帮帮我~~~
作者: seongchog    时间: 2011-7-19 09:27 PM
回复 2# zax1992


    BIngo~~
作者: zax1992    时间: 2011-7-19 09:45 PM
回复 9# seongchog


    那么容易的东西。以前我们都是当场做完了。
作者: seongchog    时间: 2011-7-19 10:03 PM
回复 10# zax1992


    给你五分钟,现在开始~~~
作者: seongchog    时间: 2011-7-19 10:11 PM
这里没有人会吗?连五分钟的那位也是吹牛吗?
下线比较好,不然给那位在班做完吹到“越南”
作者: seongchog    时间: 2011-7-19 10:12 PM
这里没有人会吗?连五分钟的那位也是吹牛吗?
下线比较好,不然给那位在班做完吹到“越南”
作者: seongchog    时间: 2011-7-19 10:12 PM
这里没有人会吗?连五分钟的那位也是吹牛吗?
下线比较好,不然给那位在班做完吹到“越南”
作者: zax1992    时间: 2011-7-19 10:24 PM
回复 11# seongchog


    不需要吧?以前我们2分钟那样就好了。尤其是这种convert只需要formula的。
    整份assignment也才20分钟。
作者: 宅男-兜着走    时间: 2011-7-19 10:49 PM

Use GUI screen to accept input and display output.  Format your output to have two decimal places.
很想帮你, 但是我懒惰画 JAVA GUI。

你做到哪里不会? 放上来比较多人帮你。

---------------------------------------------------------------------------------------------------------------------------------------------
不过我看来看去 好像真的没什么。
Formular 都给你了。
作者: 宅男-兜着走    时间: 2011-7-19 10:59 PM

  1. String input = "30"; // get user input from io.
  2. double fah = double.parseDouble(input);

  3. double cel  = (5.0 / 9.0 )  *  ( fah – 32);
  4. DecimalFormat df = new DecimalFormat("#.##"); // declare decimal format

  5. System.out.println(df.format(cel));
复制代码
http://download.oracle.com/javase/6/docs/api/java/lang/String.html
http://download.oracle.com/javas ... va/lang/Double.html
http://www.javaprogrammingforums ... decimal-places.html

至于 GUI 方面真的很懒惰画。
加油, 我继续工作去
作者: wisp    时间: 2011-7-20 05:51 AM
觉得楼主好有问题哦,还是不要读programming好
作者: ~Zero    时间: 2011-7-20 10:29 AM
我做来做去还是少些,不只哪里不对。
seongchog 发表于 2011-7-19 09:19 PM

把你做好觉得有问题的 code 放上来,这里的人帮你纠正。好过你一味来这边求答案。
作者: 宅男-兜着走    时间: 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 分钟, 挣大眼睛。
作者: shippo    时间: 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";

楼猪是个乖宝宝(看头像就懂了),只能听老师的话。
作者: qwqwqwqw    时间: 2011-7-21 02:28 AM
这个楼主 那么简单的东西都不会  diploma的时候读的是什么东西 ?  
programming 是要靠自己头脑转才能明白的东西   你不试下做就算了  来这边问问题还LCLY 回答你了也是LCLY
连declare跟initiate value在同一行也不会  看完了这个贴跟回复   我只看到一头猪在LCLY
鉴定完毕
作者: leon_lcl    时间: 2011-7-21 09:25 AM
这个楼主 那么简单的东西都不会  diploma的时候读的是什么东西 ?  
programming 是要靠自己头脑转才能明白 ...
qwqwqwqw 发表于 2011-7-21 02:28 AM


觉得楼主的态度真的有问题,没看过叫别人帮忙还酱嚣张的。
作者: qwqwqwqw    时间: 2011-7-21 10:28 AM
回复 24# leon_lcl


    读business的干嘛还要去读programming ?   根本就是不同的东西   楼主抱着像读business的态度去读的话迟早也是打包的
programming 不是像business靠背就能的
作者: seongchog    时间: 2011-7-21 01:53 PM
sry sry sry , i false .............i didnt c
作者: Super-Tomato    时间: 2011-7-21 11:24 PM
如果真有心去學习的話,這個题目根本不是問題
而且從第一帖子到最后都没看到楼主把自己尝试编写的 coding 貼出来,這和守株待兔没什么分别
作者: Dhilip89    时间: 2011-7-24 04:14 PM
给楼主一个忠告:好好的自我检讨吧。




欢迎光临 JBTALKS.CC (https://jbtalks.my/) Powered by Discuz! X2.5