This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/***************************************** | |
* 九九ランダム表示 (iPad PR0C0D1N6用) | |
* 横置き | |
* ボタンクリックで表示の切替 | |
* Hiroyuki Nakano | |
* 2012.12.02 | |
*****************************************/ | |
String[] Quest = new String[81]; | |
int[] Ans = new int[81]; | |
int[] rS = new int[81]; |