有關於java題目的補習班解答 - 考試
By John
at 2014-05-30T15:59
at 2014-05-30T15:59
Table of Contents
因為不是資訊背景,所以做到資料處理與程式有關的題目時都需要去網頁上查詢解答對照
可是往往會發現補習班給的解答在可以提供compile&execute的網頁上常常跑不出來
我都用這個網站跑 http://www.compileonline.com/compile_java_online.php
都會顯示錯誤
想請問是因為解答本身就只是照著題目作答,而不符合實作的完整
還是問題出在我查詢的網站
因為真的對寫程式題毫無頭緒也沒有什麼概念,才會問這種問題><
例如101地特資料處理第四題
http://ppt.cc/GRbN
public String AddThreeCodes(String inputstring){
int i,j;
char c;
String outputstring="";
for(i=0;i<inputstring.length();i++){
c=inputstring.charAt(i);
j=(int)c;
j=j+3;
c=(char)j;
outputstring=outputstring+String.valueOf(c);
}
System.out.println(outputstring);
return outputstring;
}
這個補習班答案我照著打在上面的網站上
可是卻跑不出來結果
是因為題目說撰寫一個函數而不是程式嗎??
先謝謝大家抽空回答!!
--
可是往往會發現補習班給的解答在可以提供compile&execute的網頁上常常跑不出來
我都用這個網站跑 http://www.compileonline.com/compile_java_online.php
都會顯示錯誤
想請問是因為解答本身就只是照著題目作答,而不符合實作的完整
還是問題出在我查詢的網站
因為真的對寫程式題毫無頭緒也沒有什麼概念,才會問這種問題><
例如101地特資料處理第四題
http://ppt.cc/GRbN
public String AddThreeCodes(String inputstring){
int i,j;
char c;
String outputstring="";
for(i=0;i<inputstring.length();i++){
c=inputstring.charAt(i);
j=(int)c;
j=j+3;
c=(char)j;
outputstring=outputstring+String.valueOf(c);
}
System.out.println(outputstring);
return outputstring;
}
這個補習班答案我照著打在上面的網站上
可是卻跑不出來結果
是因為題目說撰寫一個函數而不是程式嗎??
先謝謝大家抽空回答!!
--
Tags:
考試
All Comments
By Zenobia
at 2014-06-02T08:22
at 2014-06-02T08:22
By Ursula
at 2014-06-03T04:52
at 2014-06-03T04:52
By Poppy
at 2014-06-06T10:15
at 2014-06-06T10:15
By Belly
at 2014-06-07T19:22
at 2014-06-07T19:22
By Annie
at 2014-06-10T12:55
at 2014-06-10T12:55
By Caroline
at 2014-06-14T12:57
at 2014-06-14T12:57
By Bethany
at 2014-06-17T08:11
at 2014-06-17T08:11
By Cara
at 2014-06-19T22:34
at 2014-06-19T22:34
By Jacky
at 2014-06-23T15:13
at 2014-06-23T15:13
By Isabella
at 2014-06-28T03:05
at 2014-06-28T03:05
By Kama
at 2014-07-01T07:33
at 2014-07-01T07:33
By Iris
at 2014-07-04T20:58
at 2014-07-04T20:58
By Hamiltion
at 2014-07-05T19:28
at 2014-07-05T19:28
By Lily
at 2014-07-09T01:54
at 2014-07-09T01:54
By Emma
at 2014-07-13T14:39
at 2014-07-13T14:39
By Kama
at 2014-07-17T14:08
at 2014-07-17T14:08
By Michael
at 2014-07-17T19:27
at 2014-07-17T19:27
By Adele
at 2014-07-21T04:56
at 2014-07-21T04:56
By Zora
at 2014-07-22T13:51
at 2014-07-22T13:51
Related Posts
一定要買補習班用書嗎?
By Hardy
at 2014-05-30T15:27
at 2014-05-30T15:27
轉讓義守、高醫飯店
By Tracy
at 2014-05-30T14:55
at 2014-05-30T14:55
民訴 固有必要共同訴訟
By Harry
at 2014-05-30T14:33
at 2014-05-30T14:33
聽說之後高普考是有新制度 ??
By Rachel
at 2014-05-30T13:08
at 2014-05-30T13:08
志光試聽詢問公管師資
By Thomas
at 2014-05-30T12:48
at 2014-05-30T12:48